dollcrds

enbyself crd codes

Jun 8th, 2022
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <style>
  2. @font-face { font-family: excelorate; src:url(https://dl.dropbox.com/s/upyqhtk9x7hlctm/excelorate-font.otf);
  3. }
  4.  
  5. html {
  6. overflow: scroll;
  7. overflow-x: hidden;
  8. }
  9. ::-webkit-scrollbar {
  10. width: 0; /* Remove scrollbar space */
  11. background: transparent; /* Optional: just make scrollbar invisible */
  12. }
  13. /* Optional: show position indicator in red */
  14. ::-webkit-scrollbar-thumb {
  15. background: #FF0000;
  16. }
  17.  
  18. a { transition: .4s; }
  19. a:hover { letter-spacing: 1.5px; }
  20. </style>
Advertisement
Add Comment
Please, Sign In to add comment