valentinegirl

hoyeon ju mp codes

Mar 14th, 2022 (edited)
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. <!-- ive compiled all of the codes needed for hoyeon jump in this pastebin just to make it less cluttered, make sure to fill in the hex codes but other than that everything is set to be added straight into embeds -->
  2.  
  3. ---- name embed ----
  4. <style>
  5. @font-face {
  6. font-family: billo;
  7. src: url(https://dl.dropbox.com/s/klv8tmajlqrb2xz/BILLO___.TTF);
  8. }
  9.  
  10. #pop {
  11. z-index: 100;
  12. position: relative;
  13. top: 140px;
  14. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  15. font-family: billo;
  16. font-size: 2.6em;
  17. color: #color;
  18. -webkit-animation: pop 1s ease-in-out infinite alternate;
  19. animation: pop 1s ease-in-out infinite alternate;
  20. -moz-animation: pop 1s ease-in-out infinite alternate;
  21. }
  22.  
  23. @keyframes pop {
  24. from {
  25. transform:scale(0.95)
  26. }
  27.  
  28. 50% {
  29. transform:scale(1)
  30. }
  31.  
  32. to {
  33. transform:scale(0.95)
  34. }
  35. }
  36.  
  37. @-webkit-keyframes pop {
  38. from {
  39. -webkit-transform:scale(0.95)
  40.  
  41. }
  42.  
  43. 50% {
  44. -webkit-transform:scale(1)
  45.  
  46. }
  47.  
  48. to {
  49. -webkit-transform:scale(0.95)
  50.  
  51. }
  52. }
  53.  
  54. </style>
  55.  
  56. <div id="pop">name <font color="#000">or</font>
  57. name!</div>
  58.  
  59. ---- menu embed ----
  60. <style>
  61. @font-face {
  62. font-family: kitten;
  63. src: url(https://dl.dropbox.com/s/gluaq7dfui5acoa/KittenSlantTrial.ttf);
  64. }
  65. #hov a {
  66. background-color: #fff;
  67. border-top: 1px solid #color ;
  68. border-left: 1px solid #color ;
  69. border-right: 1px solid #color ;
  70. border-bottom-style: hidden;
  71. border-radius: 5px 5px 0px 0px;
  72. padding: 3px 13.5px;
  73. color: #color;
  74. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  75. font-family: kitten;
  76. text-align: center;
  77. text-decoration: none;
  78. display: inline-block;
  79. font-size: 25px;
  80. margin: 1px 2px;
  81. }
  82.  
  83. </style>
  84. <div id="hov">
  85. <a href="#home">index</a>
  86. <a href="#one">about</a>
  87. <a href="#two">rules</a>
  88. <a href="#three">loves</a>
  89. </h4>
  90. </style>
  91.  
  92. ---- description text embed ----
  93. <style>
  94. @font-face {
  95. font-family: lovely;
  96. src: url(https://dl.dropbox.com/s/xde2bkhiie1bm8r/LovelyRegular.ttf);
  97. }
  98. #text01 {
  99. z-index: 100;
  100. position: relative;
  101. top: 130px;
  102. font-family: lovely;
  103. font-size: 1.625em;
  104. line-height: 1.5;
  105. color: white;
  106. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  107.  
  108. }
  109. </style>
  110.  
  111. ---- container border embed ----
  112. <style>
  113. #container01, #container02, #container03, #container04 {
  114. border-width:7px;
  115. border-style:solid;
  116. border-image: url("https://i.imgur.com/ROjUrNz.gif") 7 fill round;
  117. background: #fff;
  118. }
  119. </style>
  120.  
  121. ---- scrollbox embed ----
  122. <link rel="preconnect" href="https://fonts.googleapis.com">
  123. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  124. <link href="https://fonts.googleapis.com/css2?family=Gamja+Flower&family=Mali&display=swap" rel="stylesheet">
  125.  
  126. <style>
  127. @font-face {
  128. font-family: cutie;
  129. src: url(https://dl.dropbox.com/s/xo075bh6tbd4f7d/CP.ttf);
  130. }
  131.  
  132. #scroll01 {
  133. height: 170px;
  134. width: 100%;
  135. padding: 10px;
  136. margin-left: auto;
  137. margin-right: auto;
  138. background: #color;
  139. border-radius: 10px;
  140. font-size: 15px;
  141. font-family: Mali;
  142. line-height: 1.4;
  143. text-align: left;
  144. overflow: auto;
  145. }
  146.  
  147. mark {
  148. font-family: cutie;
  149. font-size: 17px;
  150. background: #FFF;
  151. border-radius: 9px;
  152. border: 1px solid #color;
  153. padding-left: 5px;
  154. padding-right: 5px;
  155. color: #000;
  156. height: 5px;
  157. }
  158.  
  159. </style>
  160. <div id="scroll01">
  161. <p></p>
  162. <mark>mark</mark> text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text
  163. </div>
Add Comment
Please, Sign In to add comment