dollcrds

hellokitty drr ac codes

Apr 22nd, 2022
631
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family: 'powerpuff girls';
  5. src: url(https://dl.dropbox.com/s/sfryv4nuc5cjozr/Powerpuff.ttf);
  6.  
  7. }
  8. @font-face {
  9. font-family:chick;
  10. src:url(https://dl.dropbox.com/s/wrt1sab5vv6r25n/CHICK___.TTF);
  11. }
  12.  
  13. html {
  14. overflow: scroll;
  15. overflow-x: hidden;
  16. }
  17. ::-webkit-scrollbar {
  18. width: 0; /* remove scrollbar space */
  19. background: transparent; /* to make scrollbar invisible */
  20. }
  21. ::-webkit-scrollbar-thumb {
  22. background: transparent;
  23. }
  24. ::selection {
  25. color: #fec5e5;
  26. background: transparent;
  27. }
  28. </style>
Advertisement
Add Comment
Please, Sign In to add comment