Advertisement
thepinkrebellion

Untitled

Aug 16th, 2012
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. <head>
  2. </head>
  3. <style type="text/css">
  4.  
  5. body{
  6. background-color: #fff666;
  7. }
  8.  
  9. div#rash1{
  10. width: 500px;
  11. margin-left: 50%;
  12. margin-top: 180px;
  13. height: 400px;
  14. background-color: transparent;
  15. }
  16.  
  17. div#rash1.hover> .rashes1{
  18. opacity: 0.9;
  19. overflow:hidden;
  20. transition-duration: 0.8s;
  21. -webkit-transition-duration: 0.8s;
  22. -o-transition-duration: 0.8s;
  23. -moz-transition-duration: 0.8s;
  24. }
  25.  
  26. .rashes1{
  27. width: 500px;
  28. height: 400px;
  29. overflow:hidden;
  30. transition-duration: 0.8s;
  31. -webkit-transition-duration: 0.8s;
  32. -o-transition-duration: 0.8s;
  33. -moz-transition-duration: 0.8s;
  34. text-align:center;
  35. z-index:5;
  36. opacity:0;
  37. }
  38.  
  39. </style>
  40.  
  41. <body>
  42. <div id="rash1">
  43. <a href="http://wteveryolo.tumblr.com"><img src="http://24.media.tumblr.com/tumblr_m8dpz2eOnN1rzt9kfo1_r1_1280.png">
  44. </a>
  45. <span class="rashes1">
  46. <iframe src="http://pastebin.com/raw.php?i=SUdyPE1z"></iframe></span>
  47. </div>
  48. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement