Advertisement
n3ito

mori.ju.mp menu (cr ???)

May 21st, 2022
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: arial;
  4. }
  5. #hov a {
  6. background-color: #fff;
  7. border-top: 1px solid #000 ;
  8. border-left: 1px solid #000 ;
  9. border-right: 1px solid #000 ;
  10. border-bottom-style: hidden;
  11. border-radius: 5px 5px 0px 0px;
  12. padding: 1px 10px;
  13. color: #000;
  14. font-family: arial;
  15. text-align: center;
  16. text-decoration: none;
  17. display: inline-block;
  18. font-size: 20px;
  19. margin: 0px 2px;
  20. }
  21.  
  22. </style>
  23. <div id="hov">
  24. <a href="#home">home</a>
  25. <a href="#codes">codes</a>
  26. <a href="#graphics">graphics</a>
  27. <a href="#resources">resources</a>
  28. <a href="#admin">admin</a>
  29. <a href="#cbox">cbox</a>
  30. </h4>
  31. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement