Advertisement
tragical

FOR RINKAGAMINE123 - - Petpage

Aug 8th, 2013
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 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:448px;
  25. height:664px;
  26. top:0px;
  27. right:-420px;
  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://images.sodahead.com/profiles/0/0/1/3/6/7/7/7/1/daughter-of-evil-62782178351.jpeg);
  51. background-repeat:no-repeat;
  52. background-position:100px 10px;
  53.  
  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://i43.tinypic.com/2gt456p.png></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement