Advertisement
Guest User

CSS File

a guest
May 22nd, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. @charset "utf-8";
  2. /* CSS Document */
  3.  
  4. body {
  5. margin-bottom: 0px;
  6. margin-left: 0px;
  7. margin-right: 0px;
  8. margin-top: 0px;
  9. background-color: #232323;
  10. }
  11.  
  12. .container {
  13. width: 920px;
  14. margin: 50px auto;
  15. padding: 0px;
  16. display: inline;
  17. background-repeat: no-repeat;
  18. background-position: center 0px;
  19. border: none;
  20. border-collapse: collapse;
  21. border-spacing: 0px;
  22. }
  23.  
  24. #nav {
  25. display: inline;
  26. list-style-type: none;
  27. }
  28.  
  29. #social {
  30. display: inline;
  31. list-style-type: none;
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement