Advertisement
yizhuo

miyeon ju mp buttons

Aug 19th, 2022 (edited)
453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.77 KB | None | 0 0
  1. --- BUTTONS CODE ---
  2.  
  3. <style>
  4. #buttons {
  5. font-family: pixel;
  6. color: #000;
  7. position: relative;
  8. right: 4.9em;
  9. bottom: 0.1em;
  10. }
  11.  
  12. mark2 {
  13. border: 1px solid #575757;
  14. background: radial-gradient(#fff 35%, #cdcdcd 100%);
  15. border-radius: .425em;
  16. padding-top: 2px;
  17. padding-bottom: 2px;
  18. padding-left: 7px;
  19. padding-right: 7px;
  20. font-size: .625em;
  21. }
  22.  
  23. #buttons a {
  24. text-decoration: none;
  25. </style>
  26.  
  27. <div id="buttons"><mark2><a href="#home" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()">Homepage</a></mark2> <mark2><a href="#guidelines" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()">Guidelines</a></mark2> <mark2><a href="#interests" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()">Interests</a></mark2>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement