Falkstids

Mr Hades

Aug 24th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 KB | None | 0 0
  1. <style>
  2. body {
  3. background-image:url(http://cdn.wallpapersafari.com/10/5/8cwBaS.jpg);
  4. background-size:50%;
  5. overflow:hidden;
  6. }
  7.  
  8. #rectangle{
  9. width:600px;
  10. height:400px;
  11. position:absolute;
  12. background-color:#000;
  13. top:50%;
  14. left:50%;
  15. margin-left:-300px;
  16. margin-top:-200px;
  17. background: linear-gradient(to right, #cf1212, #6a1d9b );
  18. z-index:10;
  19. }
  20. #pattern{
  21. background-image: url(http://www.transparenttextures.com/patterns/black-scales.png);
  22. width:400px;
  23. height:600px;
  24. position:absolute;
  25. transform: rotate(90deg);
  26. top:-100px;
  27. left:100px;
  28. opacity:.6;
  29. background-size:20px;
  30. }
  31.  
  32. #frame{
  33. -webkit-clip-path: polygon(0% 0%, 0% 100%, 3% 100%, 3% 4%, 97% 5%, 97% 96%, 2% 96%, 5% 100%, 100% 100%, 100% 0%);
  34. clip-path: polygon(0% 0%, 0% 100%, 3% 100%, 3% 4%, 97% 3%, 97% 96%, 2% 96%, 3% 100%, 100% 100%, 100% 0%);
  35. background-color:#d15a77;
  36. width:100%;
  37. height:100%;
  38. position:absolute;
  39. top:0px;
  40. left:0px;
  41. z-index:1;
  42. }
  43.  
  44. #square{
  45. width:250px;
  46. height:250px;
  47. background-color:#a01752;
  48. z-index:11;
  49. top:50%;
  50. left:50%;
  51. margin-top:-125px;
  52. margin-left:50px;
  53. background-image: url("https://www.transparenttextures.com/patterns/axiom-pattern.png");
  54. background-size:50px;
  55. position:absolute;
  56. transform: rotate(45deg);
  57. box-shadow: 5px 1px 25px 1px rgba(0,0,0,0.75);
  58. }
  59.  
  60. #square2{
  61. width:250px;
  62. height:250px;
  63. background-color:#6a1d9b;
  64. z-index:10;
  65. top:50%;
  66. left:50%;
  67. margin-top:-165px;
  68. margin-left:50px;
  69. background-image: url("https://www.transparenttextures.com/patterns/subtle-dots.png");
  70. background-size:30px;
  71. position:absolute;
  72. transform: rotate(45deg);
  73. box-shadow: 5px 1px 25px 1px rgba(0,0,0,0.75);
  74. }
  75.  
  76. #square3{
  77. width:250px;
  78. height:250px;
  79. background-color:#cf1212;
  80. z-index:10;
  81. top:50%;
  82. left:50%;
  83. background-image: url("https://www.transparenttextures.com/patterns/diagmonds.png");
  84.  
  85. background-size:30px;
  86. margin-top:-80px;
  87. margin-left:50px;
  88. position:absolute;
  89. transform: rotate(45deg);
  90. box-shadow: 5px 1px 25px 1px rgba(0,0,0,0.75);
  91. }
  92.  
  93. #image{
  94. width:400px;
  95. height:400px;
  96. background-image:url(http://i.imgur.com/hBLuYgN.png);
  97. background-repeat:no-repeat;
  98. background-size:100%;
  99. position:absolute;
  100. top:px;
  101. left:-60px;
  102. top:-60px;
  103. transform: rotate(-45deg);
  104.  
  105. }
  106.  
  107. #box{
  108. width:250px;
  109. height:400px;
  110. background-color:#C86374;
  111. border:solid 1px #fff;
  112. position:absolute;
  113. z-index:5;
  114. top:50%;
  115. left:50%;
  116. margin-top:-250px;
  117. margin-left:-300px;
  118. transform: rotate(-15deg);
  119. clip-path: polygon(0 15%, 50% 15%, 50% 30%, 90% 30%, 90% 100%, 0% 100%);
  120. background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
  121.  
  122. }
  123.  
  124. #text {
  125.  
  126. position: absolute;
  127. font: 100px Helvetica, Sans-Serif;
  128. font-weight:700;
  129. letter-spacing: -5px;
  130. color: #cf1212;
  131. top:50%;
  132. left:50%;
  133. margin-top:-200px;
  134. margin-left:-290px;
  135. z-index:99;
  136. width:100px;
  137. height:100px;
  138. transform: rotate(-15deg) skew(10deg);
  139.  
  140. }
  141.  
  142.  
  143.  
  144. #text:after {
  145.  
  146. content: "Hades";
  147.  
  148. position: absolute; left: 0px; top: -10px;
  149.  
  150. color: #6a1d9b;
  151.  
  152.  
  153. }
  154.  
  155. #text:before {
  156.  
  157. content: "Hades";
  158.  
  159. position: absolute; left: 0px; top: -20px;
  160.  
  161. color: #a01752;
  162.  
  163.  
  164. }
  165.  
  166. #photoframe{
  167. width:160px;
  168. height:200px;
  169. background-color:#dadada;
  170. background-repeat:no-repeat;
  171. position:absolute;
  172. top:50%;
  173. left:50%;
  174. z-index:99;
  175. margin-top:150px;
  176. margin-left:-80px;
  177. transform: rotate(75deg);
  178. }
  179.  
  180. #photoframe2{
  181. width:150px;
  182. height:200px;
  183. background-color:#dadada;
  184. background-repeat:no-repeat;
  185. position:absolute;
  186. top:50%;
  187. left:50%;
  188. z-index:99;
  189. margin-top:150px;
  190. margin-left:150px;
  191. transform: rotate(15deg);
  192.  
  193. }
  194.  
  195. #photoframe3{
  196. width:150px;
  197. height:170px;
  198. background-color:#dadada;
  199. background-repeat:no-repeat;
  200. position:absolute;
  201. top:50%;
  202. left:50%;
  203. z-index:99;
  204. margin-top:185px;
  205. margin-left:-310px;
  206. transform: rotate(deg);
  207. }
  208.  
  209.  
  210. #ship{
  211. width:190px;
  212. height:200px;
  213. background-image:url(https://cdn.discordapp.com/attachments/306938078113693697/336637566247895040/tumblr_nbk5na9eka1rs1siso1_400.png);
  214. background-size:100%;
  215. transform: rotate(-90deg);
  216. background-repeat:no-repeat;
  217. position:absolute;
  218. left:10px;
  219. }
  220.  
  221. #ship2{
  222. width:180px;
  223. height:200px;
  224. background-image:url(https://images.discordapp.net/attachments/306938078113693697/336637562514964484/b728a74e7343962cbf38e046c569ea4f.jpg);
  225. background-size:75%;
  226. background-repeat:no-repeat;
  227. position:absolute;
  228. left:8px;
  229. top:10px;
  230. }
  231.  
  232. #ship3{
  233. width:180px;
  234. height:200px;
  235. background-image:url(https://cdn.discordapp.com/attachments/306938078113693697/336637561097158657/4ba5bfc1e3bbfeb5d64de6d2da50833e.jpg);
  236. background-size:75%;
  237. background-repeat:no-repeat;
  238. position:absolute;
  239. left:8px;
  240. top:10px;
  241. }
  242.  
  243. </style>
  244. <div id="photoframe"><div id="ship"></div></div>
  245. <div id="photoframe2"><div id="ship2"></div></div>
  246. <div id="photoframe3"><div id="ship3"></div></div>
  247. <div id="frame"></div>
  248. <div id="text"> Hades</div> </h1>
  249. <div id="square">
  250.  
  251. <div id="image"></div>
  252.  
  253.  
  254. </div>
  255.  
  256. <div id="rectangle">
  257. <div id="box"> </div>
  258.  
  259. <div id="pattern"></div>
  260.  
  261.  
  262. </div>
  263. <div id="square2"></div>
  264. <div id="square3"></div>
Add Comment
Please, Sign In to add comment