Advertisement
conception

navigation links

Aug 17th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. .nlink:link, .nlink:active, .nlink:visited {
  2. font-family: trebuchet ms;
  3. font-size: 6pt;
  4. color: #fafafa;
  5. background-color: #6620bd;
  6. display: block;
  7. text-transform: uppercase;
  8. padding: 1px;
  9. height: 10px;
  10. width: 175px;
  11. line-height: 10px;
  12. text-align: center;
  13. margin-top: 2px;
  14. -webkit-transition: all 0.5s ease-out;
  15. -moz-transition: all 0.5s ease-out;
  16. }
  17.  
  18. .nlink:hover {
  19. font-family: trebuchet ms;
  20. font-size: 6pt;
  21. color: #1d1d1d;
  22. background-color: #48b2c0;
  23. display: block;
  24. text-transform: uppercase;
  25. text-align: center;
  26. padding: 1px;
  27. height: 10px;
  28. width: 175px;
  29. line-height: 10px;
  30. margin-top:2px;
  31. border-radius: 10px;
  32. -webkit-transition: all 0.5s ease-out;
  33. -moz-transition: all 0.5s ease-out;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement