Guest User

Untitled

a guest
Jul 16th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. .first { margin: 0 10px 0 0;
  2. }
  3.  
  4. #navigation {
  5. float: left;
  6. margin: 10px 0 0 0;
  7. width: 995px;
  8. font-family: Helvetica, Arial, Verdana, Helvetica, sans-serif;
  9. font-size: 12px;
  10. font-weight: none;
  11. text-decoration: none;
  12. text-transform: none;
  13. }
  14.  
  15. #navigation ul {
  16. padding: 0;
  17. margin: 0;
  18. }
  19.  
  20. #navigation ul li {
  21. list-style-type: none;
  22. margin: 0 10px;
  23. float: left;
  24. }
Add Comment
Please, Sign In to add comment