Advertisement
Guest User

CSS2

a guest
May 26th, 2015
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.31 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. ul li {
  13. display: inline;   
  14. }
  15.  
  16. #nav {
  17.   display: inline; 
  18.   list-style-type: none;
  19. }
  20.  
  21. #social {
  22.     display: inline;   
  23.     list-style-type: none;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement