dollcrds

billlie uwu ai codes cr crditem (pro-standard)

Jun 12th, 2024 (edited)
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. <style>
  2. #container02 > .wrapper {
  3. filter: drop-shadow(1px 1px 0 #000) drop-shadow(-1px 1px 0 #000) drop-shadow(0 1px 0 #000) drop-shadow(0 -1px 0 #000) ;
  4. transform: rotate(-10deg);
  5. position: absolute;
  6. top: -350px;
  7. left: 3px;
  8. line-height: 17px;
  9. width: 350px;
  10. height: 35px;
  11. background: #fff;
  12. z-index: 1000;
  13. border-radius: 40px;
  14. text-align: center;
  15. color: #000;
  16. padding: 2.5px;
  17. font-family: deliosa;
  18. }
  19. @media only screen and (max-width: 600px) {
  20. #container02 > .wrapper {
  21. position: absolute;
  22. top: -360px;
  23. left: -30px;
  24. width: 280px;
  25. height: 35px;
  26. }
  27. }
  28. @media only screen and (max-width: 600px) {
  29. #container01 > .wrapper {
  30. left: -4em;
  31. }
  32. }
  33. #image01 .frame {
  34. filter: drop-shadow(1px 1px 0 #000) drop-shadow(-1px 1px 0 #000) drop-shadow(0 1px 0 #000) drop-shadow(0 -1px 0 #000) ;
  35. position: absolute;
  36. left: 0px;
  37. bottom: 140px;
  38. width: 150px;
  39. transform: rotate(5deg);
  40. z-index: 9999999;
  41. }
  42. @media only screen and (max-width: 600px) {
  43. #image01 .frame {
  44. position: absolute;
  45. left: 18px;
  46. bottom: 160px;
  47. width: 100px;
  48. }
  49. }
  50. #text01 {
  51. content: "";
  52. font-family: deliosa;
  53. -webkit-transform: scaleX(-1);
  54. transform: scaleX(-1);
  55. width: 0px;
  56. height: 0px;
  57. position: absolute;
  58. border-left: 11px solid #fff;
  59. border-right: 8px solid transparent;
  60. border-top: 8px solid #fff;
  61. border-bottom: 10px solid transparent;
  62. left: 32px;
  63. bottom: 0px;
  64. }
  65. @media only screen and (max-width: 600px) {
  66. #text01 {
  67. width: 0px;
  68. height: 0px;
  69. position: absolute;
  70. left: 10px;
  71. bottom: 0px;
  72. }
  73. }
  74. html {
  75. overflow: scroll;
  76. overflow-x: hidden;
  77. }
  78. ::-webkit-scrollbar {
  79. width: 0; /* remove scrollbar space */
  80. background: transparent; /* to make scrollbar invisible */
  81. }
  82. ::-webkit-scrollbar-thumb {
  83. background: transparent;
  84. }
  85. </style>
Advertisement
Add Comment
Please, Sign In to add comment