dollcrds

pro-standard cr envious codes

Dec 18th, 2024 (edited)
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. <style>
  2. html {
  3. overflow: scroll;
  4. overflow-x: hidden;
  5. }
  6. ::-webkit-scrollbar {
  7. width: 0; /* remove scrollbar space */
  8. background: transparent; /* to make scrollbar invisible */
  9. }
  10. ::-webkit-scrollbar-thumb {
  11. background: transparent;
  12. }
  13. #buttons01 li a {
  14. border: 2px solid #FFA3A3; }
  15. #container01 > .wrapper {
  16. width: 14em;
  17. height: 14em;
  18. position: absolute;
  19. z-index: 99;
  20. top: -16em;
  21. left: 16em; }
  22. #text02 {
  23. position: absolute;
  24. z-index: 9;
  25. top: -0.75em;
  26. left: 0.875em; }
  27. #text03 {
  28. overflow-y: scroll;
  29. height: 9.75em; }
  30. @media only screen and (max-width: 600px) {
  31. #text02 {
  32. width: 10.5em;
  33. top: -14em; } }
  34. #image02 .frame {
  35. transform: rotate(-5deg);
  36. position: absolute;
  37. z-index: 999;
  38. top: -4em;
  39. left: 14em; }
  40. #image03 .frame {
  41. transform: rotate(5deg);
  42. position: absolute;
  43. z-index: 999;
  44. top: -3em;
  45. left: 22em; }
  46. mark {
  47. color: white;
  48. font-size: 1.75em;
  49. font-family: 'B612 Mono';
  50. -webkit-text-stroke: 1px #FFA3A3; }
  51. </style>
Advertisement
Add Comment
Please, Sign In to add comment