Advertisement
y2kcarrds

corazon uwu ai buttons

Jan 6th, 2023 (edited)
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <style>
  2. #buttbg {
  3. background: #fff;
  4. font-family: utonium;
  5. border-radius: .5em;
  6. border: solid .7px #000;
  7. padding: .3em .44em .15em .44em;
  8. }
  9.  
  10. #buttons {
  11. background: #93D2ED;
  12. font-family: porkys;
  13. -webkit-text-stroke-width: .66px;
  14. -webkit-background-clip: text;
  15. -webkit-text-fill-color: transparent;
  16. line-height: 1.45em;
  17. }
  18.  
  19. a {
  20. text-decoration: none;
  21. }
  22.  
  23. </style>
  24.  
  25. <div id="buttbg">
  26. <div id="buttons">
  27.  
  28. <a href="#home">about</a> <br>
  29. <a href="#i">guidelines</a> <br>
  30. <a href="#ii">music</a> <br>
  31. <a href="#iii">interests</a>
  32. </div>
  33. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement