Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.12 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Bebas Neue|Bangers|Anton&display=swap');
  2.  
  3.  
  4. a {color: #5294dd;
  5. text-decoration: none;
  6. text-transform: uppercase;
  7. transition: 1.5s;
  8. font-family: anton;
  9. font-variant: none;
  10. text-shadow: none;
  11. text-shadow: -1px 0 #000, 0 1px #000,1px 0 #000, 0 -1px #000;
  12. }
  13.  
  14.  
  15. body {
  16. background-color: #48a4d6;
  17. background-image: url("https://www.transparenttextures.com/patterns/60-lines.png");
  18. }
  19.  
  20. .trick {
  21. position: absolute;
  22. bottom: 0%;
  23. right: 0%;
  24. height: 30.2vw;
  25. width: 14.5vw;
  26. background: url('https://images2.imgbox.com/1d/74/Qe8d4aee_o.png') no-repeat;
  27. background-size: 100%;
  28. transition: ease 1s;
  29. transition-delay: 1s;
  30. opacity: 1;
  31. }
  32.  
  33. body:hover .trick {
  34. transition: ease 1s;
  35. transition-delay: 1s;
  36. opacity: 0;
  37. }
  38.  
  39. .text1 {
  40. position: absolute;
  41. bottom: 0%;
  42. left: 1%;
  43. font-family: bad;
  44. font-size: 100px;
  45. color: #FFEB00;
  46. text-align: left;
  47. letter-spacing: ;
  48. line-height: 80px;
  49. text-shadow: -1px 0 #C80000, 0 1px #C80000,1px 0 #C80000, 0 -1px #C80000;
  50.  
  51. }
  52.  
  53.  
  54. .mainbox {
  55. position: absolute;
  56. bottom: 2%;
  57. right: 30%;
  58. height: 18vw;
  59. width: 30vw;
  60. background: #f2d182;
  61. transition: ease 1s;
  62. transition-delay: 1s;
  63. opacity: 0;}
  64.  
  65.  
  66. body:hover .mainbox {
  67. transition: ease 1s;
  68. transition-delay: 1s;
  69. opacity: 1;
  70.  
  71. }
  72.  
  73. .img {
  74. position: absolute;
  75. top: 0%;
  76. right: -60%;
  77. height: 12vw;
  78. width: 30vw;
  79. background: url('https://images2.imgbox.com/cd/ff/KdAwUhGX_o.png') no-repeat;
  80. background-size: 100%;
  81. filter: drop-shadow(10px 0px #f2d182);
  82.  
  83. }
  84.  
  85.  
  86. .one {
  87. position: absolute;
  88. top: 2%;
  89. left: 0%;
  90. width: 20vw;
  91. height: 3vw;
  92. margin-left: 2vw;
  93. margin-top: 1%;
  94. background-image: url('https://images2.imgbox.com/e4/f9/ui6gSvzM_o.png');
  95. background-size: 55px;
  96. background-repeat: no-repeat;
  97. }
  98.  
  99. .two {
  100. position: absolute;
  101. top: 2%;
  102. left: 10%;
  103. width: 20vw;
  104. height: 3vw;
  105. margin-left: 2vw;
  106. margin-top: 1%;
  107. background-image: url('https://images2.imgbox.com/e4/f9/ui6gSvzM_o.png');
  108. background-size: 55px;
  109. background-repeat: no-repeat;
  110. }
  111.  
  112. .three {
  113. position: absolute;
  114. top: 2%;
  115. left: 20%;
  116. width: 20vw;
  117. height: 3vw;
  118. margin-left: 2vw;
  119. margin-top: 1%;
  120. background-image: url('https://images2.imgbox.com/e4/f9/ui6gSvzM_o.png');
  121. background-size: 55px;
  122. background-repeat: no-repeat;
  123. }
  124.  
  125. .four {
  126. position: absolute;
  127. top: 2%;
  128. left: 30%;
  129. width: 20vw;
  130. height: 3vw;
  131. margin-left: 2vw;
  132. margin-top: 1%;
  133. background-image: url('https://images2.imgbox.com/e4/f9/ui6gSvzM_o.png');
  134. background-size: 55px;
  135. background-repeat: no-repeat;
  136. }
  137.  
  138. .five {
  139. position: absolute;
  140. top: 2%;
  141. left: 40%;
  142. width: 20vw;
  143. height: 3vw;
  144. margin-left: 2vw;
  145. margin-top: 1%;
  146. background-image: url('https://images2.imgbox.com/e4/f9/ui6gSvzM_o.png');
  147. background-size: 55px;
  148. background-repeat: no-repeat;
  149. }
  150.  
  151.  
  152. .info {
  153. z-index: 1;
  154. width: 15vw;
  155. height: 13vw;
  156. background-color: #fff;
  157. opacity: 0;
  158. position: absolute;
  159. left: 3%;
  160. top: 18.5%;
  161. padding: 10px;
  162. background: #82A3F2;
  163. font-family: anton;
  164. font-size: 20px;
  165. letter-spacing: 0px;
  166. line-height: 10px;
  167. color: white;
  168. text-shadow: -1px 0 red, 0 1px red,1px 0 red, 0 -1px red;
  169. overflow: auto;
  170. }
  171.  
  172. .info:target {
  173. z-index: 100;
  174. opacity: 1;
  175. transition: 1s ease all;
  176. }
  177.  
  178. ::-webkit-scrollbar {
  179. width: 0px;
  180. height: 0px;
  181. background:;
  182. }
  183.  
  184. ::-webkit-scrollbar-thumb {
  185. background-color:#f7e1ed;
  186. border:1px solid #c05c79;
  187. -webkit-border-radius: 10px;
  188. border-radius: 10px;
  189. }
  190.  
  191.  
  192. b {
  193. font-family: bangers;
  194. color: red;
  195. text-shadow: none;
  196.  
  197. }
  198.  
  199. i {
  200. font-family: bebas neue;
  201. color: blue;
  202. text-shadow: none;
  203. font-size: 23px;
  204. }
  205.  
  206.  
  207. m {
  208. line-height: 21px;
  209. font-size: 18px;
  210. }
  211.  
  212. u {
  213. color: yellow;
  214.  
  215. }
  216.  
  217. </style>
  218.  
  219.  
  220. <div class="trick"></div>
  221. <div class="mainbox">
  222. <div class="img"></div>
  223.  
  224.  
  225. <a class='one' href='#one'></a>
  226. <a class='two' href='#two'></a>
  227. <a class='three' href='#three'></a>
  228. <a class='four' href='#four'></a>
  229. <a class='five' href='#five'></a>
  230.  
  231. <div class="info" id="one">
  232. <br><br>[Birth] <span style="float:right;"><b>Kal EL</b></span>
  233. <br><br>Legal <span style="float:right;"><b>Clark Joseph Kent</b></span>
  234. <br><br>Alias <span style="float:right;"><b>Superman, The man of steel. </b></span>
  235. <br><br>Origin <span style="float:right;"><b>Krypton</b></span>
  236. <br><br>Species <span style="float:right;"><b>Kryptonian</b></span>
  237. <br><br>Gender <span style="float:right;"><b>Male</b></span>
  238. <br><br>Height <span style="float:right;"><b>6'3</b></span>
  239. <br><br>Weight <span style="float:right;"><b>235 lbs</b></span>
  240. <br><br>[Eyes] <span style="float:right;"><b>Blue</b></span>
  241. <br><br>Hair<span style="float:right;"><b>Black</b></span>
  242. <br><br>Alignment <span style="float:right;"><b>Lawful Good</b></span>
  243. <br><br>Occupation <span style="float:right;"><b>Reporter📰</b></span></br>
  244. <br><br>Orientation <span style="float:right;"><b>Heterosexual</b></span>
  245. <br><br>Marital Status <span style="float:right;"><b><a target="_blank" href="https://roleplay.chat/profile.php?user=Insanity">💕;;</a></b></span>
  246. <br><br>Affiliation <span style="float:right;"><b>Justice League </b></span>
  247. <br><br>[Residence] <span style="float:right;"><b>Earth</b></span>
  248.  
  249. </div>
  250.  
  251. <div class="info" id="two">
  252. <m>Origin work, will come with story development.</m>
  253. </div>
  254.  
  255. <div class="info" id="three">
  256. <br></i> <m>â–ªSuper Strength</m><br>
  257. <br><m>â–ªSuper Speed</m><br>
  258. <br><m>â–ªEnhanced Leaping</m><br>
  259. <br><m>â–ªSuper Durability</m><br>
  260. <br><m>â–ªSuper Senses</m><br>
  261. <br><m>â–ªFlight</m><br>
  262. <br><m>â–ªInvulnerability</m><br>
  263. <br><m>â–ªVacuum Breath</m><br>
  264. <br><m>â–ªHealing Factor</m><br>
  265. <br><m>â–ªMemory Wipe Kiss</m></br>
  266. </div>
  267.  
  268. <div class="info" id="four">
  269. <center><a target="_blank" href="https://roleplay.chat/profile.php?user=Kon+El" title="add a blurb if you want.">
  270. <img src="https://i.imgur.com/8XhJvyS.png" width="100" height="100"></a><m>
  271. <br>Boy of steel, just be yourself and the rest will come. Mistakes are a part of life, never quit, and don't ever forget what that S across your chest represents.</center></m>
  272. <br><center><a target="_blank" href="https://roleplay.chat/profile.php?user=dang" title="add a blurb if you want.">
  273. <img src="https://i.imgur.com/bjsloJI.png" width="100" height="100"></a><m>
  274. <br>I wasn't sure what to make of you, and I am still not sure. I do know that you're a fighter, and you make Conner happy. He's family, and the house of EL is stronger together. You're a friend, and I value that friendship, please stay safe..</center></m>
  275. <br><center><a target="_blank" href="profile link here" title="add a blurb if you want.">
  276. <img src="https://66.media.tumblr.com/23b8a0198a1bd6b3e380fd8510d6b4f3/tumblr_nw6u6aZ8te1uooypto2_250.png" width="100" height="100"></a><m>
  277. <br>description of friend.</center></m>
  278. </div>
  279.  
  280. <div class="info" id="five">
  281. <m>
  282. <br><m><b>Out Of Cape. ⬇</b></m><br>
  283. <br> 01. <b> Not here for your </b> <u> problems. </u> <br>
  284. <br> 02. <b> Respect is a two way street, </b> <u> Plain and simple. </u> <br>
  285. <br> 03. <b> 10+ Years of </b> <u> writing experience. </u> <br>
  286. <br> 04. <b> Outside contact, will NOT given, </b> <u> unless I say otherwise. </u> <br>
  287. <br> 05. <b> Typist is incredibly </b> <u> PM Friendly. </u> <br>
  288. <br> 06. <b> Not a perfect </b> <u> Superman, </u> <b> by any means. </u> <br>
  289. </div>
  290. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement