Advertisement
xVeNoMiiZz

test stuff for bored html

Mar 3rd, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <style>
  4. html {
  5. cursor: url(http://cur.cursors-4u.net/cursors/cur-11/cur1031.cur), progress !important;
  6. }
  7. body {
  8. background: url(http://www.psdgraphics.com/file/colorful-triangles-background.jpg);
  9. background-size: cover;
  10. background-repeat: no-repeat;
  11. color: white;
  12. cursor: url(http://cur.cursors-4u.net/cursors/cur-11/cur1031.cur), progress !important;
  13. }
  14.  
  15. h1{
  16. color: white;
  17. text-shadow: 1px 1px rgba(0,0,0,0.6);
  18. font-family: arial;
  19. font-size: 200%;
  20. transition: color 0.5s, text-shadow 0.5s;
  21. text-align: center;
  22. cursor: pointer;
  23.     text-decoration: none;
  24. }
  25. h1:hover {
  26. color: black;
  27. text-shadow: 1px 1px rgba(255,255,255,0.6);
  28. font-family: arial;
  29. font-size: 200%;
  30. }
  31.  
  32. img {
  33. border: 3px solid white;
  34. border-radius: 8px;
  35. }
  36.  
  37. button {
  38. color: white;
  39. border: 2px solid white;
  40. background: black;
  41. border-radius: 2px;
  42. font-size: 125%;
  43. transition: background 0.5s, color 0.5s, border 0.5s;
  44. }
  45. button:hover {
  46. color: black;
  47. border: 2px solid black;
  48. background: white;
  49. border-radius: 2px;
  50. font-size: 125%;
  51. }
  52. </style>
  53. <body>
  54. <h1>Sample Text</h1>
  55. <center>
  56. <button> Sample Text </button>
  57. <br>
  58. <br>
  59.  <img src="http://d3819ii77zvwic.cloudfront.net/wp-content/uploads/2014/03/120430.gif" width=450 height=450> </img> </center>
  60.  
  61.  
  62. </body>
  63. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement