Advertisement
Guest User

css

a guest
Sep 19th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. .footer {
  2.  
  3. width: 1170px;;
  4. height: 30px;
  5. padding:0px 10px;
  6. background-color: #414141;
  7. position: absolute;
  8. bottom:0;
  9. left: 15%;
  10. left:50%;
  11. margin-left: -585px;
  12.  
  13. .socialmedia { float: left;
  14.  
  15. .fbicon, .twicon, .pticon, .appleicon, .gplayicon, .instagramicon, .youtubeicon {
  16. background-size:contain;
  17. display: inline-block;
  18. padding: 10px;
  19.  
  20. img.resize {
  21. max-width:100%;
  22. height: auto;
  23. }
  24. }
  25. }
  26.  
  27. .nav { float: right;
  28. .about, .contact {
  29. display: inline-block;
  30. }
  31. }
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement