Advertisement
nieve-com

cssdoll crd

Jan 21st, 2023
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. <style>
  2.  
  3. @keyframes floating {
  4. 0% { transform: translate(0, 0px); }
  5. 50% { transform: translate(0, 6px); }
  6. 100% { transform: translate(0, -0px); }
  7. }
  8.  
  9. ::-webkit-scrollbar {
  10. width: 0;
  11. background: transparent;
  12. }
  13.  
  14. @font-face {
  15. font-family: reactor;
  16. src: url(https://dl.dropbox.com/s/xixq7hn0vzev1qs/Reactor7.ttf?dl=0);
  17. }
  18.  
  19. @font-face {
  20. font-family: windows;
  21. src: url(https://dl.dropbox.com/s/kaxqli0m8m9zvdc/Windows%20Regular.ttf?dl=0);
  22. }
  23.  
  24. @font-face {
  25. font-family: kilo;
  26. src: url(https://dl.dropbox.com/s/dtc1bgtrkytghnv/Kilo.otf?dl=0);
  27. }
  28.  
  29. @font-face {
  30. font-family: contour;
  31. src: url(https://dl.dropbox.com/s/p5w9a6mq9ua36wd/Contour%20Regular.ttf?dl=0);
  32. }
  33.  
  34. @font-face {
  35. font-family: helvetica;
  36. src: url(https://dl.dropbox.com/s/9k2dex8g5w4xwi3/Helvetica.ttf?dl=0);
  37. }
  38.  
  39. #box {
  40.  
  41. box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  42.  
  43. background: #fff;
  44. border: #5F88FE solid .2em;
  45. width: 100%;
  46. height: 12em;
  47. border-radius: 2em;
  48. padding: .5em;
  49. text-align: left;
  50. margin: auto;
  51. vertical-align: middle;
  52.  
  53. }
  54.  
  55. #name {
  56. font-family: 'kilo';
  57. font-size: 3em;
  58.  
  59. background: #fff; /* color of your actual text */
  60. -webkit-text-stroke-width: .06em; /* how big the border is*/
  61. -webkit-background-clip: text;
  62. -webkit-text-fill-color: transparent;
  63. color: #5F88FE; /* color of the border*/
  64.  
  65. letter-spacing: -0.11em;
  66. text-align: center;
  67.  
  68. position: relative;
  69. top: 0.4em;
  70.  
  71. }
  72.  
  73. mark {
  74. background: #5F88FE; /* color of bubble */
  75. border-radius: .4em;
  76. border: 1px solid black; /* bubble border color */
  77. padding: .1em .2em .1em .2em;
  78. color: #fff; /* text color */
  79. font-family: contour;
  80. font-size: .8em;
  81. }
  82.  
  83. greencolor {
  84. color: #64D31F;
  85. }
  86.  
  87. #text01 {
  88. font-family: windows;
  89. overflow-y: scroll;
  90. height: 10em;
  91. text-align: left;
  92. padding: .5em;
  93. line-height: 1.2em;
  94. }
  95.  
  96. #text02 {
  97. font-family: windows;
  98. overflow-y: scroll;
  99. height: 10em;
  100. text-align: left;
  101. padding: .5em;
  102. line-height: 1.2em;
  103. }
  104.  
  105. img {
  106. border: #000 solid 1px;
  107. width: 100%;
  108. height: width: 100%;;
  109. object-fit: fill;
  110. border-radius: .55em;
  111. }
  112.  
  113. img[src*="https://www.apple.com/v/airpods-max/e/images/overview/hero__gnfk5g59t0qe_xlarge.png"] {
  114. border: none;
  115. background: transparent;
  116. position: absolute;
  117. transform: rotate(20deg);
  118. left: 18em;
  119. bottom: 4em;
  120. z-index: 99;
  121. width: 3em;
  122. animation-name: floating;
  123. animation-duration: 3s;
  124. animation-iteration-count: infinite;
  125. animation-timing-function: ease-in-out;
  126. }
  127.  
  128. star1 {
  129. position: absolute;
  130. right: 5.9em;
  131. bottom: .35em;
  132. z-index: 99;
  133. background: #fff; /* color of your actual text */
  134. -webkit-text-stroke-width: .06em; /* how big the border is*/
  135. -webkit-background-clip: text;
  136. -webkit-text-fill-color: transparent;
  137. color: #5F88FE; /* color of the border*/
  138. font-size: 3em;
  139.  
  140. }
  141.  
  142. star2 {
  143. position: absolute;
  144. left: 5.95em;
  145. top: 1.4em;
  146. z-index: 99;
  147. background: #fff; /* color of your actual text */
  148. -webkit-text-stroke-width: .06em; /* how big the border is*/
  149. -webkit-background-clip: text;
  150. -webkit-text-fill-color: transparent;
  151. color: #5F88FE; /* color of the border*/
  152. font-size: 3em;
  153.  
  154. }
  155.  
  156. </style>
  157.  
  158. <star2>✦</star2>
  159. <star1>✦</star1>
  160.  
  161. <img src="https://www.apple.com/v/airpods-max/e/images/overview/hero__gnfk5g59t0qe_xlarge.png">
  162.  
  163. <div id="name"> NIEVE </div>
  164.  
  165. <div id="box">
  166.  
  167. <div style="width: 50%; float:left">
  168. <div id="text01">
  169.  
  170. <img src="https://i.pinimg.com/564x/10/b0/bc/10b0bcb87ceefb6f71d661a403dc7b53.jpg">
  171.  
  172. <mark>byf</mark> rt monster, vent sometimes, probably won't accept ur req if i dont know u.
  173. <br> <br>
  174. <mark>dfi</mark> under 15 or over 20, fatphobic, care abt solo stans, and more text.
  175. <br> <br>
  176. <mark>links</mark> <a href="URL" target="_blank">pinterest</a>, <a href="URL" target="_blank">coracrd</a>
  177. <br> <br>
  178. another part for lots and lots of text once again... so cool and pretty woww
  179.  
  180. </div>
  181. </div>
  182.  
  183. <div style="width: 50%; float:right">
  184. <div id="text02">
  185.  
  186. <greencolor>nieve</greencolor> β€’ 18 β€’ any pronouns
  187. <br>
  188. more info here & there like this and such
  189. <br> <br>
  190. <mark>likes</mark> kpop, design, dance, videogames like minecraft, overwatch, fortnite.
  191. <br> <br>
  192. more text here like this! write lots n lots of stuff here to fill if u'd like of course.
  193.  
  194. </div>
  195. </div>
  196.  
  197. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement