Horiz Main Nav (caps)


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. #navigation a:link, #navigation a:visited {
  2. display: block;
  3. float: left;
  4. font-size: 0.875em;
  5. font-weight: 500;
  6. #navigation a:link, #navigation a:visited {
  7. display: block;
  8. float: left;
  9. font-size: 0.875em;
  10. font-weight: 500;
  11. font-style: normal;
  12. text-transform: uppercase;
  13. text-decoration: none;
  14. padding: 5px;
  15. margin-right: 15px;
  16. color: #666666;
  17. }
  18.  
  19. #navigation a:hover, #navigation a:active {
  20. color: #333333;
  21.  

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.