Advertisement
nomskoo

seulgi drr ac codes

Jun 5th, 2022 (edited)
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. <--- Note: please cr doiibahi if you rm and all mobile settings are next under what needs to be changed. also all scrollboxes have the same settings. if you have any questions my ccat is crrdcore! --->
  2.  
  3. <---FONTS--->
  4. <style>
  5. @font-face {
  6. src: url(https://dl.dropbox.com/s/3a1rdj7t88i1ap0/powerpuff%20girls%20font.ttf);
  7. font-family: powerpuff;
  8. }
  9.  
  10. @font-face {
  11. src: url(https://dl.dropbox.com/s/ktlx5w7t8gk42nb/SakeMoru-Regular.ttf);
  12. font-family: SakeMoru;
  13. }
  14.  
  15. @font-face {
  16. font-family: windows;
  17. src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
  18. }
  19. </style>
  20.  
  21. <---01.--->
  22. font-family: powerpuff;
  23. position: absolute;
  24. bottom: 14.5em;
  25. left: 0.8em;
  26. --- MOBILE
  27. bottom: 15.3em;
  28. left: -6.4em;
  29.  
  30. <---02.--->
  31. font-family: powerpuff;
  32. position: absolute;
  33. bottom: 16.5em;
  34. left: 3.3em;
  35. --- MOBILE
  36. bottom: 16.8em;
  37. left: -3.7em;
  38.  
  39. <---03.--->
  40. font-family: powerpuff;
  41. position: absolute;
  42. bottom: 17.5em;
  43. left: 7em;
  44. --- MOBILE
  45. bottom: 17.5em;
  46. left: -0.1em;
  47.  
  48. <---04.--->
  49. font-family: powerpuff;
  50. position: absolute;
  51. bottom: 16.5em;
  52. left: 11em;
  53. --- MOBILE
  54. bottom: 16.5em;
  55. left: 3.6em;
  56.  
  57. <---ABOUT CONTAINER--->
  58. width: 50%;
  59. position: absolute;
  60. bottom: 15em;
  61. left: 20em;
  62. --- MOBILE
  63. bottom: 15em;
  64. left: 17em;
  65.  
  66. <---ABOUT--->
  67. font-family: SakeMoru;
  68.  
  69. <---ABOUT 2ND CONTAINER--->
  70. width: 50%;
  71. height: 13.2em;
  72. background: white;
  73. position: absolute;
  74. top: -15.5em;
  75. left: 20em;
  76. --- MOBILE
  77. top: -16.5em;
  78. left: 17em;
  79.  
  80. <---ABOUT INFO--->
  81. font-family: windows;
  82. overflow-y: scroll;
  83. height: 11em;
  84.  
  85. <---ABOUT HIGHLIGHT--->
  86. font-family: windows;
  87. border: 1px solid #F0ADC5;
  88. border-radius: 10px;
  89. padding-left: 5px;
  90. padding-right: 5px;
  91. padding-top: 2px;
  92. padding-bottom: 2px;
  93. background: rgb(255,255,255);
  94. background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(242,182,204,1) 100%);
  95.  
  96. <---MAIN TEXT--->
  97. background-image: radial-gradient( #FFCFE0 25%, #FFCFE0 25% , transparent 65%);
  98.  
  99. <---MAIN TEXT HIGHLIGHT--->
  100. background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(242,182,204,1) 100%);
  101. -webkit-background-clip: text;
  102. -webkit-text-fill-color: transparent;
  103. -webkit-text-stroke-width: .6px;
  104. -webkit-text-stroke-color: #F0ADC5;
  105. -webkit-filter: drop-shadow(0px 0px 1px #000);
  106. font-size: 1.6em;
  107.  
  108. <--- 1ST CONTAINER--->
  109. width: 100%;
  110. height: 3em;
  111. position: absolute;
  112. bottom: 3em;
  113. right: 16em;
  114. --- MOBILE
  115. width: 80%;
  116. height: 3em;
  117. bottom: 2em;
  118. right: 19em;
  119.  
  120. <---2ND CONTAINER--->
  121. width: 100%;
  122. height: 9em;
  123. overflow-y: scroll;
  124. position: absolute;
  125. top: -3em;
  126. right: 16em;
  127. --- MOBILE
  128. width: 80%;
  129. top: -2em;
  130. right: 19em;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement