Advertisement
DestBro

Untitled

Dec 14th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1.  
  2. .Footer{
  3. padding-top: 35px;
  4. padding-bottom: 40px;
  5. background: #000 url(Images/cat-footer.jpg) center no-repeat;
  6. }
  7.  
  8. .Footer .icon a{
  9. margin-left: 20px;
  10. }
  11.  
  12. .Footer h2{
  13. float: left;
  14. color: white;
  15. padding-left:50px;
  16. }
  17.  
  18. .Footer .icon img{
  19. opacity: 0.8;
  20. }
  21.  
  22. .Footer p{
  23. color: white;
  24. padding-left:50px;
  25. padding-top:5px;
  26. }
  27.  
  28. .Footer address{
  29. float:down;
  30. color: white;
  31. padding-left:50px;
  32. padding-top:5px;
  33. }
  34.  
  35. .Footer .icon img:hover{
  36. transition: 0.5s;
  37. opacity: 5;
  38. -webkit-transform: scale(1.4);
  39. transform: scale(1.4);
  40. }
  41.  
  42. .Footer .icon img:not(:hover){
  43. transition: 0.7s;
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement