mixue

cr coracrd 2

Oct 12th, 2022 (edited)
629
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 1 0
  1. --- ALL FONTS ---
  2.  
  3. <style>
  4. @font-face {
  5. font-family: windows;
  6. src: url(https://dl.dropbox.com/s/kaxqli0m8m9zvdc/Windows%20Regular.ttf?dl=0);
  7. }
  8.  
  9. @font-face {
  10. font-family:chick;
  11. src:url(https://dl.dropbox.com/s/wrt1sab5vv6r25n/CHICK___.TTF);
  12. }
  13.  
  14. </style>
  15.  
  16. --- SCROLLBOX ---
  17.  
  18. background: white;
  19. padding: 10px;
  20. overflow: auto;
  21. height: 4.8em;
  22. width: 17.2em;
  23.  
  24. (mobile)
  25. width: 17.2em;
  26.  
  27. (Text: Highlight)
  28. background: linear-gradient(90deg, #ccc 0%, #fff 50%, #ccc 100%);
  29. border-radius: 10px;
  30. border: 1.5px solid black;
  31. padding-left: 5px;
  32. padding-right: 5px;
  33.  
  34. --- MUSIC PLAYER CONTAINER ---
  35.  
  36. width: 5.5em;
  37. height: 8em;
Advertisement
Add Comment
Please, Sign In to add comment