Advertisement
Guest User

Untitled

a guest
Jul 27th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. body {
  2. background-color:black;
  3. color:white;
  4. }
  5.  
  6.  
  7.  
  8. div.first-paragraph {
  9. }
  10.  
  11. p {
  12. font-size:15px;
  13. }
  14.  
  15. div.third-paragraph {
  16. max-width: 350px;
  17. background-color:red;
  18. margin-bottom:10px;
  19. }
  20.  
  21. div.fourth-paragraph {
  22. max-width:350px;
  23. background-color:red;
  24.  
  25. }
  26.  
  27. img.photo {
  28.  
  29. }
  30.  
  31. #cf {
  32. position:relative;
  33. height:281px;
  34. width:450px;
  35. margin:0 auto;
  36. }
  37.  
  38. #cf img {
  39. position:absolute;
  40. left:0;
  41. -webkit-transition: opacity 1s ease-in-out;
  42. -moz-transition: opacity 1s ease-in-out;
  43. -o-transition: opacity 1s ease-in-out;
  44. transition: opacity 1s ease-in-out;
  45. }
  46.  
  47. #cf img.top:hover {
  48. opacity:0;
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement