ZukoHiyama

Bulwurk (ME) Code

Aug 6th, 2020
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Cutive+Mono&display=swap');
  3.  
  4. body {
  5. background-color: #000;
  6. background-image: url('https://www.wallpaperflare.com/static/798/499/633/mass-effect-3-n7-font-background-wallpaper.jpg') ;
  7. background-position: fixed;
  8. background-size: 100%;
  9. background-repeat:no-repeat;
  10. background-position: left;
  11. font-family: ;
  12. color: #7c7c7c;
  13. text-shadow:0px 0px 3px #000;
  14. }
  15.  
  16. #armor {
  17. background-color:#;
  18. margin:auto;
  19. position: fixed;
  20. color: #000;
  21. transform: rotate(0deg);
  22. left: 35%;
  23. top: -5%;
  24. opacity: 1;
  25. z-index: -90;
  26. }
  27.  
  28.  
  29.  
  30. #head {
  31. background-color:#6e6e6e;
  32. margin:auto;
  33. position: fixed;
  34. padding: 2px;
  35. color: #000;
  36. transform: rotate(0deg);
  37. left: 62.5%;
  38. top: 3%;
  39. opacity: 1;
  40. z-index:-9;
  41. color: #b5a8b0;
  42. animation: head 1s forwards;
  43. animation-delay: 4s;
  44. animation-timing-function: linear;
  45. opacity: .0;
  46. z-index: -8;
  47. }
  48.  
  49.  
  50. .ring1 {
  51. position: fixed;
  52. bottom: 85%;
  53. left: 47%;
  54. animation: ring1 1s forwards;
  55. animation-delay: 3s;
  56. animation-timing-function: linear;
  57. opacity: 0;
  58. z-index: -8;
  59. }
  60.  
  61. .ring2 {
  62. position: fixed;
  63. bottom: 60%;
  64. left: 30%;
  65. animation: ring2 1s forwards;
  66. transform: rotate(150deg);
  67. animation-delay: 3s;
  68. animation-timing-function: linear;
  69. opacity: 0;
  70. z-index: -8;
  71. }
  72.  
  73. #box {
  74. background-color:#6e6e6e;
  75. margin:auto;
  76. position: fixed;
  77. padding: 10px;
  78. font-family: 'Cutive Mono', monospace;
  79. color: #fff;
  80. transform: rotate(0deg);
  81. left: 13%;
  82. top: 26%;
  83. opacity: 0;
  84. animation: box 1s forwards;
  85. animation-delay: 4s;
  86. }
  87.  
  88.  
  89.  
  90.  
  91.  
  92. ::-webkit-scrollbar {
  93. width: 5px;
  94. }
  95.  
  96. ::-webkit-scrollbar-track {
  97. box-shadow: inset 0 0 5px grey;
  98. border-radius: 10px;
  99. }
  100.  
  101. ::-webkit-scrollbar-thumb {
  102. background: #26121E;
  103. border-radius: 10px;
  104. }
  105. ::-webkit-scrollbar-thumb:hover {
  106. background: #4f3d47;
  107. }
  108.  
  109. @keyframes ring1 {
  110. 0% { left: 7%; opacity: 0; }
  111. 100% { left: 52%; transform: rotate(-20deg);opacity: 1; }
  112.  
  113. }
  114.  
  115. @keyframes ring2 {
  116. 0% { left: -7%; opacity: 0; }
  117. 100% { left: 30%; transform: rotate(150deg); opacity: 1; }
  118.  
  119. }
  120.  
  121. @keyframes head {
  122. 0% { opacity: 1; }
  123. 100% { opacity: 1; }
  124.  
  125. }
  126.  
  127. @keyframes box {
  128. 0% { opacity: 0; }
  129. 100% { opacity: 1; }
  130.  
  131. }
  132.  
  133.  
  134.  
  135. </style>
  136. <body>
  137.  
  138. <div id="armor">
  139. <img src="http://i.picpar.com/VUCd.png" height=";">
  140.  
  141. </div>
  142.  
  143. <div class="ring1">
  144. <img src="http://i.picpar.com/ZUCd.png" width="200" ></div>
  145. </div>
  146.  
  147. <div class="ring2">
  148. <img src="http://i.picpar.com/ZUCd.png" width="300" ></div>
  149. </div>
  150.  
  151.  
  152. <div id="head">
  153.  
  154. <img src="https://i.pinimg.com/736x/7e/bf/0d/7ebf0dc76ddcb93ac113352f13089275.jpg" width="100" >
  155. </div>
  156.  
  157. <div id="box">
  158.  
  159.  
  160. <a name="one"></a>
  161. <div style="width: 300px; height: 300px; overflow: auto; align="left">
  162. Name: Edward Hemlock<br>
  163. Moniker: Bulwark<br>
  164. Rank: N7<br>
  165. Class: <a target="_blank" href="http://masseffect.wikia.com/wiki/N7_Destroyer_Soldier">Soldier (N7 Destroyer)</a><br>
  166. Weapons of Choice: <a target="_blank" href="http://masseffect.wikia.com/wiki/N7_Piranha">N7 Piranha</a>, <a target="_blank" href="http://masseffect.wikia.com/wiki/N7_Typhoon">N7 Typhoon</a><br>
  167. Age: 35<br>
  168. Height: 6'3"(without armor) 6'7"(with armor)<br>
  169. Weight: 250lbs(without armor) 400(with armor)<br>
  170. Hair: Black<br>
  171. Eyes: Brown<br>
  172. Marital Status: Single<br>
  173. Orientation: Bi-sexual (female lean) <br><br>
  174.  
  175. Bio:<br>
  176. ------------------------------
  177.  
  178. </div>
  179.  
  180. </div>
  181. </div>
  182. </div>
  183.  
  184. </body>
  185. </body>
Advertisement
Add Comment
Please, Sign In to add comment