dollcrds

cr lobilles pro-standard code

Apr 8th, 2024
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 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.  
  14. #container01 > .wrapper {
  15. box-shadow: inset 10px 0px 6px -10px rgba(66,66,66,0.565), inset -10px 0px 6px -10px rgba(66,66,66,0.565), inset 0px 10px 6px -10px #424242, inset 0px -10px 6px -10px rgba(66,66,66,0.376);
  16. -webkit-filter: drop-shadow(0px 0px 1px #424242);
  17. }
  18.  
  19. #container02 > .wrapper {
  20. transform: rotate(-11rad);
  21. position: absolute;
  22. top: -15.5em;
  23. left: 9.5em;
  24. }
  25.  
  26. @media only screen and (max-width: 600px) {
  27. #container02 {
  28. left: 1em;
  29. top: -1em;
  30. }
  31. }
  32.  
  33. #text01 {
  34. background: linear-gradient(90deg, #Fec5e5, #Fec5e5, #f696b1, #f696b1, #c75f6a, #c75f6a);
  35. -webkit-background-clip: text;
  36. -webkit-text-fill-color: transparent;
  37. -webkit-text-stroke: 1px black;
  38. }
  39.  
  40. #text02 {
  41. overflow: auto;
  42. height: 14em;
  43. -webkit-text-stroke: 0.75px black;
  44. }
  45.  
  46. #buttons01 li a {
  47. box-shadow: inset 10px 0px 6px -10px rgba(66,66,66,0.565), inset -10px 0px 6px -10px rgba(66,66,66,0.565), inset 0px 10px 6px -10px #ffffff, inset 0px -10px 6px -10px rgba(66,66,66,0.376);
  48. -webkit-filter: drop-shadow(0px 0px 1px #424242);
  49. }
  50. </style>
Advertisement
Add Comment
Please, Sign In to add comment