Advertisement
ruesha

menu embed

Nov 16th, 2021
1,237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: kitten;
  4. src: url(https://dl.dropbox.com/s/gluaq7dfui5acoa/KittenSlantTrial.ttf);
  5. }
  6. #hov a {
  7. background-color: #fff;
  8. border-top: 1px solid #E8DED5 ;
  9. border-left: 1px solid #E8DED5 ;
  10. border-right: 1px solid #E8DED5 ;
  11. border-bottom-style: hidden;
  12. border-radius: 5px 5px 0px 0px;
  13. padding: 3px 13.5px;
  14. color: #E8DED5;
  15. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  16. font-family: kitten;
  17. text-align: center;
  18. text-decoration: none;
  19. display: inline-block;
  20. font-size: 25px;
  21. margin: 1px 2px;
  22. }
  23.  
  24. </style>
  25. <div id="hov">
  26. <a href="#home">index</a>
  27. <a href="#one">about</a>
  28. <a href="#two">rules</a>
  29. <a href="#three">loves</a>
  30. </h4>
  31. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement