Advertisement
itskrystalized

navigation menu 03# >> css

Jun 14th, 2015
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.38 KB | None | 0 0
  1. <style type="text/css">
  2. menulinks a:link, menulinks a:visited {
  3. COLOR: #FFFFFF;
  4. font-family: century gothic;
  5. text-decoration: none;
  6. text-transform: normal;
  7. font-weight: bold;
  8. font-size: 12px;}
  9.  
  10. menulinks a:hover, menulinks a:active {
  11. color: #FFFFFF;
  12. font-family: century gothic;
  13. text-decoration: none;
  14. text-transform: normal;
  15. font-weight: bold;
  16. font-size: 12px;}</style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement