Advertisement
Guest User

footercss

a guest
Jun 13th, 2013
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.81 KB | None | 0 0
  1. #contact{
  2.     width: 95%;
  3.     margin: 10% auto 0 auto;
  4.     border: 2px solid white;
  5. }
  6.  
  7. #contact-bottom {
  8.     overflow: hidden;
  9.     background-color: #000;
  10.     width:95%;
  11.     margin:0 auto 10% auto;
  12.     border-left:2px solid white;
  13.     border-right:2px solid white;
  14.     border-bottom:2px solid white;
  15. }
  16.  
  17. #contact-bottom img {
  18.     width: 100%;
  19. }
  20.  
  21. #contact-bottom #tumblr{
  22.     width:10%;
  23. }
  24.  
  25. #contact-bottom #vimeo{
  26.     width:10%;
  27. }
  28.  
  29. #contact-bottom #twitter{
  30.     width:10%;
  31.  
  32. }
  33.  
  34. #contact-bottom #facebook{
  35.     width:20%;
  36.  
  37. }
  38.  
  39. #contact-bottom #be{
  40.     width:20%;
  41.    
  42. }
  43.  
  44. #contact-bottom #instagram{
  45.     width:20%;
  46. }
  47.  
  48. #contact-bottom #map-container {
  49.     background-color: white;
  50.     overflow: hidden;
  51.     margin:;
  52.     width: 10%;
  53. }
  54.  
  55. #contact-bottom #map img{
  56.     width:100%;
  57. }
  58.  
  59.  
  60. #contact-bottom #lightning{
  61.     width: 30%;
  62.     margin-top:-9.3%;
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement