bythestars

Alexa Bliss - Code

Aug 17th, 2020
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.01 KB | None | 0 0
  1. <html>
  2. <head>
  3. <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
  4. <script src="//ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
  5. <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
  6. <script src="https://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.6.5/dat.gui.min.js"></script>
  7. <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
  8. <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.11.0/d3.min.js"></script>
  9. <script src="https://roleplay.chat/jquery.tooltipster.js"></script>
  10. <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.3/TweenMax.min.js"></script>
  11. <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/87/three.js"></script>
  12. <link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css" rel="stylesheet">
  13. <link href="https://roleplay.chat/tooltipster.css" rel="stylesheet" type="text/css">
  14. <link href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.5/css/fork-awesome.min.css" rel="stylesheet">
  15. <style>
  16. .grecaptcha-badge {
  17. display: none;
  18. }
  19. </style>
  20. <script defer>
  21. window.onload = function() {
  22.  
  23. };
  24. </script>
  25. <style>
  26. @import url('https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap');
  27.  
  28. body {background: #000;}
  29. ::-webkit-scrollbar {display:none}
  30.  
  31. h1 {text-align: right; font-family: Battle Angel; background: #727474; line-height: 1px; margin-bottom: 20px; color: #EE1880;}
  32. b {background: #EE1880; padding: 2px; text-transform: uppercase; color: #fff; letter-spacing: 2px; font-size: 9px;}
  33. a {text-decoration: none; color: #74BFD8; text-transform: uppercase; font-weight: bold;}
  34. a:hover {color: #fff;}
  35.  
  36. .container {position: fixed;
  37. height: 510px;
  38. width: 680px;
  39. margin: auto;
  40. left: 0px;
  41. right: 0px;
  42. top: 0px;
  43. bottom: 0px;
  44. }
  45.  
  46. .gif1{position: absolute;
  47. background: url('https://i.imgur.com/K08s7nd.gif') no-repeat;
  48. background-size: 200px;
  49. background-position: 0px -30px;
  50. height: 200px;
  51. width: 200px;
  52. left: 30px;
  53. bottom: 150px;
  54. }
  55. .gif2{position: absolute;
  56. background: url('https://i.imgur.com/eMuIw31.gif') no-repeat;
  57. background-size: 200px;
  58. background-position: 0px -28px;
  59. height: 200px;
  60. width: 200px;
  61. left: 210px;
  62. bottom: 0px;
  63. }
  64. .gif3{position: absolute;
  65. background: url('https://i.imgur.com/D5XIEwm.gif') no-repeat;
  66. background-size: 200px;
  67. background-position: 0px -30px;
  68. height: 200px;
  69. width: 200px;
  70. left: 210px;
  71. bottom: 0px;
  72. }
  73.  
  74. .image {position: absolute;
  75. background: url('https://i.imgur.com/fRqynem.png') no-repeat;
  76. background-size: 680px;
  77. background-position: 0px -35px;
  78. height: 510px;
  79. width: 680px;
  80. left: 0px;
  81. bottom: 0px;
  82. opacity: 0;
  83. transition:all .7s ease-in-out;
  84. -webkit-transition:all .7s ease-in-out;
  85. -o-transition:all .7s ease-in-out;
  86. -moz-transition:all .7s ease-in-out;
  87. }
  88. .image:hover {opacity: 1;
  89. transition:all .7s ease-in-out;
  90. -webkit-transition:all .7s ease-in-out;
  91. -o-transition:all .7s ease-in-out;
  92. -moz-transition:all .7s ease-in-out;
  93. }
  94.  
  95. .name1 {position: absolute;
  96. font-family: Battle Angel;
  97. font-size: 100px;
  98. color: #EE1880;
  99. -webkit-text-fill-color: transparent;
  100. background: url('https://i.imgur.com/Ra4sHjk.gif') repeat;
  101. background-size: 50px;
  102. -webkit-background-clip: text;
  103. -webkit-text-stroke: 1px #EE1880;
  104. left: -30px;
  105. top: -10px;
  106. transform: rotate(-10deg)
  107. }
  108. .name2 {position: absolute;
  109. font-family: Battle Angel;
  110. font-size: 100px;
  111. color: #EE1880;
  112. -webkit-text-fill-color: transparent;
  113. background: url('https://i.imgur.com/Ra4sHjk.gif') repeat;
  114. background-size: 50px;
  115. -webkit-background-clip: text;
  116. -webkit-text-stroke: 1px #EE1880;
  117. left: 89px;
  118. top: 60px;
  119. }
  120.  
  121. .box {position: absolute;
  122. background: #000;
  123. height: 510px;
  124. width: 250px;
  125. left: 70px;
  126. bottom: 0px;
  127. opacity: .7;
  128. }
  129.  
  130. .text {position: absolute;
  131. overflow: auto;
  132. font-family: 'Roboto Slab', serif;
  133. font-size: 11px;
  134. color: #C90D68;
  135. text-align: justify;
  136. line-height: 16px;
  137. height:340px;
  138. width: 190px;
  139. left: 100px;
  140. top: 140px;
  141. border-bottom: 1px solid #EE1880;
  142. }
  143.  
  144. .coder {position: absolute;
  145. font-family: 'Roboto Slab', serif;
  146. font-size: 8px;
  147. color: #C90D68;
  148. text-align: center;
  149. font-style: italic;
  150. letter-spacing: 5px;
  151. width: 190px;
  152. left: 100px;
  153. bottom: 10px;
  154. }
  155. </style>
  156. </head>
  157. <body>
  158. <link href="https://www.themonster.xyz/styles/fancy-fonts.css" rel="stylesheet">
  159.  
  160. <div class="container">
  161. <div class="gif1"><div class="gif2"><div class="gif3">
  162. </div></div></div>
  163.  
  164. <div class="image">
  165. <div class="box"></div>
  166.  
  167. <div class="text">
  168. <h1>statistics</h1>
  169. <b>statistic</b> Answer<br>
  170. <b>statistic</b> Answer<br>
  171. <b>statistic</b> Answer<br>
  172. <b>statistic</b> Answer<br>
  173. <b>statistic</b> Answer<br>
  174. <br>
  175. <h1>header</h1>
  176. Hi. This is where you'd write a little bit about your character. The box scrolls, so you can write as little or as much as you want.
  177. <br><br>
  178. This is <b>Bold</b>, <i>Italics</i>, and a <a>Link.</a>
  179. </div>
  180.  
  181. <div class="name1">Alexa
  182. <div class="name2">Bliss</div></div>
  183.  
  184. <div class="coder"><a target="_blank" href="https://roleplay.chat/profile.php?user=words">words</a><div>
  185. </body>
  186. </html>
Add Comment
Please, Sign In to add comment