Advertisement
ChuyenK

Untitled

Jun 29th, 2016
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. * {margin: 0;
  2. padding: 0;}
  3. #wrapper {width: 900px;
  4. margin: 20px auto;}
  5. #nav ul {list-style: none;
  6. margin-left: 10px;}
  7. #nav
  8. {background-color: #0F0;
  9. height: 30px;
  10. width: 100%;}
  11. #nav ul li {
  12. display: block;
  13. float: left;
  14. width: 75px;
  15. height: 30px;
  16. background: #0F0;
  17. text-align: center;
  18. line-height: 30px;}
  19. #nav ul li a {
  20. text-decoration: none;
  21. color: #FFF;
  22. font-weight: bold;
  23. font-family: Arial;}
  24. #nav ul li:hover {
  25. background: #F00;}
  26. #nav ul li a:hover {
  27. color: #000;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement