Advertisement
izuemis

cr aicoholdrink css

Nov 1st, 2022 (edited)
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. -- FONTS --
  2. @font-face {
  3. font-family: Nintendo-DS-BIOS;
  4. src: url(https://dl.dropbox.com/s/vlxjtnvrl9s0snp/Nintendo-DS-BIOS.ttf);
  5. }
  6.  
  7. @font-face {
  8. src: url(https://dl.dropbox.com/s/pvxh5hqzpnhbzxe/Angelface%202.otf);
  9. font-family: angelface;
  10. }
  11.  
  12. -- CONTAINER --
  13. width: 14em;
  14. z-index: 1;
  15.  
  16. mobile:
  17. width: 16em;
  18. z-index: 1;
  19.  
  20. -- PHONE MOBILE SETTINGS--
  21. .cutephone {
  22. bottom: -7em;
  23. left: 0.5em;
  24. }
  25.  
  26. -- OTHER BLUE TEXT --
  27. padding: 5px;
  28. background: #ccdceca1;
  29. backdrop-filter: blur(5px);
  30. border-radius: 2px;
  31. font-family: Nintendo-DS-BIOS;
  32. height: 4em;
  33. overflow: auto;
  34.  
  35. -- OTHER PINK TEXT --
  36. padding: 5px;
  37. background: #F2D5E6A1;
  38. backdrop-filter: blur(5px);
  39. border-radius: 2px;
  40. font-family: Nintendo-DS-BIOS;
  41. height: 4em;
  42. overflow: auto;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement