Advertisement
dollzito

dollzito crd (neocities ver.)

Jan 19th, 2023
500
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. <!-- paste this code on your neocities index. cr ciarispop for this layout -->
  2.  
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6. <title>dollzito crd</title>
  7.  
  8. <style>
  9. html {
  10. width: 100vw;
  11. height: 88vh;
  12. position: fixed;
  13. display: flex;
  14. align-items: center;
  15. justify-content: center;
  16. }
  17.  
  18. body {
  19. font-family: pixel;
  20. color: #6E6E6E;
  21. background: #FFFFFF;
  22. }
  23.  
  24. #main {
  25. width: 43em;
  26. height: 28em;
  27. border: 6px double #ccc;
  28. border-radius: 2em;
  29. padding-top: 1em;
  30. padding-bottom: 1em;
  31. margin: auto;
  32. white-space: nowrap;
  33. overflow-x: scroll;
  34. overflow-y: hidden;
  35. -webkit-animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  36. animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  37. }
  38.  
  39. .box {
  40. width: 20em;
  41. height: 25.8em;
  42. background: #F5F8FF;
  43. border: 1.5px solid #BDBDBD;
  44. border-radius: 1.6em;
  45. padding: 1em;
  46. margin-left: 1em;
  47. margin-right: 1em;
  48. text-align: center;
  49. display: inline-block;
  50. white-space: normal;
  51. vertical-align: middle;
  52. overflow-y: auto;
  53. }
  54.  
  55. .text {
  56. font-size: 1.6em;
  57. line-height: 1.2em;
  58. }
  59.  
  60. p {
  61. font-family: pixelpoiiz;
  62. font-size: 1.5em;
  63. margin-top: 0.2em;
  64. margin-bottom: 0.5em;
  65. }
  66.  
  67. a {
  68. color: #6E6E6E;
  69. text-decoration: none;
  70. }
  71.  
  72. img {
  73. width: 58%;
  74. margin-top: 0.3em;
  75. }
  76.  
  77. mark {
  78. font-family: emoji;
  79. color: #6E6E6E;
  80. background: none;
  81. }
  82.  
  83. @font-face{
  84. font-family: pixel;
  85. src: url(https://dl.dropbox.com/s/x8m4meb38igjl8v/W95FA.otf)
  86. }
  87.  
  88. @font-face {
  89. font-family: pixelpoiiz;
  90. src: url(https://dl.dropbox.com/s/6ju4skeoofqwcqu/pixelpoiiz.ttf);
  91. }
  92.  
  93. @font-face {
  94. font-family: emoji;
  95. src: url(https://dl.dropbox.com/s/cvba4kh6qm23mru/EmojiFont.ttf);
  96. }
  97.  
  98. /* fade-in animation */
  99.  
  100. @-webkit-keyframes fade-in {
  101. 0% {
  102. opacity: 0;
  103. }
  104. 100% {
  105. opacity: 1;
  106. }
  107. }
  108.  
  109. @keyframes fade-in {
  110. 0% {
  111. opacity: 0;
  112. }
  113. 100% {
  114. opacity: 1;
  115. }
  116. }
  117.  
  118. html {
  119. overflow: scroll;
  120. overflow-x: hidden;
  121. }
  122.  
  123. ::-webkit-scrollbar {
  124. width: 0; /* remove scrollbar space */
  125. background: transparent; /* to make scrollbar invisible */
  126. }
  127.  
  128. ::-webkit-scrollbar-thumb {
  129. background: transparent;
  130. }
  131. </style>
  132. </head>
  133.  
  134. <body>
  135. <div id="main">
  136. <div class="box">
  137. <div class="text"><p>About Me</p> oiii me chame de nalui ou de nana! 18 ela dela pisciana ace birromantica e infp 4w5 <mark>D</mark>&#42;.<br> <strong>find me:</strong> <a href="link">main</a> <a href="link">retrospring</a> <a href="link">last.fm</a> <a href="link">we heart it</a> <a href="link">pinterest</a> <a href="link">carrd acc</a> <img src="https://cdn.discordapp.com/attachments/893309151785136153/956396834090278912/Picsart_22-03-24_00-37-45-495.png">
  138. </div>
  139. </div>
  140. <div class="box">
  141. <div class="text"><p>Guidelines</p> essa e minha rant ent sou bem seletiva com que sigo aqui, vivo xingando e reclamando na tml, falo mt bobagem nao leve tudo a serio pls!! sou OBCECADA pelos 2seok e pela seorita e to sempre falando deles, as vezes alopro alguns que nn gosto (enhypen e outros..) mudo o layout da minha conta e crd/neo com frequencia, se leu ate aqui e nao desistiu de me seguir vamos ser besties &#128139
  142. </div>
  143. </div>
  144. <div class="box">
  145. <div class="text"><p>Interests</p> <strong>amores <mark>i</mark></strong> bts seokjin e hoseok tomorrow x together yeonjun e soobin <s>gfriend</s> viviz eunha seori <br><strong>casuals <mark>s</mark></strong> twice (g)i-dle jamie dua lipa rina sawayama audrey nuna salem ilese sia lee hi etc ... <br> <strong>animes <mark>j</mark></strong> orange yamada kun and the seven witchs free! miss kobayashi's orange recovery of <br>a mmo junko dragon ball super <br><br>cr ciarispop<br><br>
  146. </div>
  147. </div>
  148. </div>
  149. </body>
  150. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement