Advertisement
Disneyowa

Menu2

Oct 11th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <a class="men" href="#">menu</a>
  2. <a class="men" href="#">menu</a>
  3. <a class="men" href="#">menu</a>
  4. <a class="men" href="#">menu</a>
  5. <a class="men" href="#">menu</a>
  6. <a class="men" href="#">menu</a>
  7.  
  8. a.men:link, a.men:visited, a.men:active{text-decoration: none;
  9. background-color: #000000;
  10. font-family: tahoma, arial;
  11. font-size: 6pt;
  12. color: #ffffff;
  13. height:2px;
  14. letter-spacing: 1px;
  15. text-decoration: none;
  16. text-transform: uppercase;
  17. text-align: center;
  18. display:block;
  19. width:130px;
  20. border-bottom:2px solid #e9e9e9;
  21. margin: 20px;
  22. padding: 2px 2px 2px 2px;
  23. line-height: 300%;
  24. -webkit-border-radius:20px;
  25. -moz-border-radius:20px;
  26. }
  27. a.men:hover {
  28. background-color:#E9E9E9;
  29. color:#59ccdd;
  30. border-bottom:2px solid #000000;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement