Advertisement
tragical

FOR RINKAGAMINE123 - - Petpage

Aug 18th, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. <Style type="text/css">
  2.  
  3. div.body{
  4. position:absolute;
  5. top:-30px;
  6. left:90px;
  7. width:500px;
  8. height:100%;
  9. background-color:#FFF;
  10. opacity:0;
  11. -webkit-transition: all 1s ease;
  12. -moz-transition: all 1s ease;
  13. -ms-transition: all 1s ease;
  14. -o-transition: all 1s ease;
  15. transition: all 1s ease;
  16. font-family:"Comic Sans MS", cursive, sans-serif;
  17. }
  18.  
  19. div.body:hover{
  20. opacity:1;
  21. }
  22.  
  23. #le-div{
  24. width:295px;
  25. height:664px;
  26. top:25px;
  27. left:-430px;
  28. position:absolute;
  29. }
  30.  
  31. h1{
  32. color:#000;
  33. }
  34.  
  35. a:link, a:visited{
  36. color:#000;
  37. -webkit-transition: all 1s ease;
  38. -moz-transition: all 1s ease;
  39. -ms-transition: all 1s ease;
  40. -o-transition: all 1s ease;
  41. transition: all 1s ease;
  42. }
  43.  
  44. a:hover{
  45. color:#990000;
  46. text-decoration:line-through;
  47. }
  48.  
  49. body{
  50. background:url(http://i40.tinypic.com/30tl3pi.jpg);
  51. background-repeat:no-repeat;
  52. background-position:center;
  53. background-attachment:fixed;
  54. background-color:#000;
  55. }
  56. </style>
  57. <center>
  58. <font color=#000>Text goes here.
  59.  
  60. <div id="le-div"><img src=http://i42.tinypic.com/dotg5h.png></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement