Advertisement
yizhuo

miyeon ju mp button

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