dollcrds

pro standard cr carrdmestre codes

Mar 29th, 2024
546
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. src: url(https://dl.dropbox.com/s/96st2g32e05zhr1/Wonder%20Magic.ttf);
  4. font-family: wondermagic;
  5. }
  6. @font-face {
  7. font-family: windows;
  8. src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
  9. }
  10. html {
  11. overflow: scroll;
  12. overflow-x: hidden;
  13. }
  14. ::-webkit-scrollbar {
  15. width: 0; /* remove scrollbar space */
  16. background: transparent; /* to make scrollbar invisible */
  17. }
  18. ::-webkit-scrollbar-thumb {
  19. background: transparent;
  20. }
  21. </style>
Advertisement
Add Comment
Please, Sign In to add comment