Advertisement
ruesha

buttons 04/07

Apr 7th, 2022
949
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: sant joan;
  4. src: url(https://dl.dropbox.com/s/iwvkrg8ccgd1pf4/SantJoanDespi-Regular.otf);
  5. }
  6.  
  7. #botones {
  8. font-family: sant joan;
  9. font-size: 12px;
  10. color: #fff;
  11. position: relative;
  12. bottom: 15.5em;
  13. left: 8.5em;
  14. z-index: 999;
  15. }
  16.  
  17. mark1 {
  18. background: #fff;
  19. font-family: sant joan;
  20. font-weight: regular;
  21. font-size: 20px;
  22. border-radius:15px;
  23. border: 1px solid white;
  24. padding-left: 5px;
  25. padding-right: 5px;
  26. width: 30px;
  27. color: #fff;
  28. }
  29.  
  30. a {
  31. color: #000;
  32. text-decoration: none;
  33. }
  34.  
  35. a:hover {
  36. color: #F0D1EB;
  37. }
  38. </style>
  39. <div id="botones">
  40. <mark1><a href="#one">o</a></mark1>
  41. <br></br>
  42. <mark1><a href="#two">o</a></mark1>
  43. <br></br>
  44. <mark1><a href="#three">o</a></mark1>
  45. <br></br>
  46. <mark1><a href="#home">o</a></mark1>
  47. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement