HellaBlind

moibeal the floof gurl

Mar 30th, 2020 (edited)
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.88 KB | None | 0 0
  1. CSS
  2.  
  3. body {
  4. display: block;
  5. position: absolute;
  6. top: 0;
  7. left: 0;
  8. bottom: 0;
  9. right: 0;
  10. width: 100%;
  11. height: 100%;
  12. border: 0;
  13. margin: 0;
  14. padding: 0;
  15. background-color: #F4F3FB;
  16. background-image: url("https://www.transparenttextures.com/patterns/gray-floral.png");
  17. background-size: 10%;
  18. background-position: center;
  19. background-repeat: repeat;
  20. z-index: 0;
  21. }
  22.  
  23. .picture {
  24. background-image: url(https://pbs.twimg.com/media/EGWTdxFVAAANdQY.jpg);
  25. background-size: 100%;
  26. background-repeat: no-repeat;
  27. position: absolute;
  28. border: .5vh solid #0E0D1D;
  29. border-bottom: .5vh solid #0E0D1D;
  30. top: 17.7%;
  31. left: 29.2%;
  32. width: 90vh;
  33. height: 61vh;
  34. z-index: 2;
  35. }
  36.  
  37.  
  38. .p {
  39. margin-left: 1vh;
  40. text-indent: 10%;
  41. }
  42.  
  43. .leftbox {
  44. position: absolute;
  45. background-color: #EB9EC0;
  46. background-image: url("https://i.imgur.com/v1fwEbg.png");
  47. background-size: 120%;
  48. font-family: 'Satisfy', cursive;
  49. font-size: 4vh;
  50. color: #262A8D;
  51. width: 50vh;
  52. height: 70vh;
  53. left: 10vh;
  54. top: 14vh;
  55. z-index: 2;
  56. overflow-y: scroll;
  57. -webkit-box-shadow: 0px 0px 1vh 1vh rgba(0,0,0,0.38);
  58. box-shadow: 0px 0px 1vh 1vh rgba(0,0,0,0.38);
  59. }
  60.  
  61. .rightbox {
  62. position: absolute;
  63. background-color: #EB9EC0;
  64. background-image: url("https://i.imgur.com/YCCOLf2.png");
  65. background-size: 120%;
  66. font-family: 'Satisfy', cursive;
  67. font-size: 4vh;
  68. color: #262A8D;
  69. width: 50vh;
  70. height: 70vh;
  71. right: 10vh;
  72. top: 14vh;
  73. z-index: 2;
  74. overflow-y: scroll;
  75. -webkit-box-shadow: 0px 0px 1vh 1vh rgba(0,0,0,0.38);
  76. box-shadow: 0px 0px 1vh 1vh rgba(0,0,0,0.38);
  77. }
  78.  
  79. .topbox {
  80. position: absolute;
  81. background-color: #708CBC;
  82. background-image: url("https://www.transparenttextures.com/patterns/gray-floral.png");
  83. background-size: 20%;
  84. font-family: 'Satisfy', cursive;
  85. font-size: 4vh;
  86. color: #FDFBFE;
  87. width: 90vh;
  88. height: 14.5vh;
  89. left: 29.4%;
  90. top: 1.5vh;
  91. z-index: 2;
  92. overflow-y: scroll;
  93. -webkit-box-shadow: 0px 0px 1vh 1vh rgba(0,0,0,0.38);
  94. box-shadow: 0px 0px 1vh 1vh rgba(0,0,0,0.38);
  95. }
  96.  
  97. .botbox {
  98. position: absolute;
  99. background-color: #708CBC;
  100. background-image: url("https://www.transparenttextures.com/patterns/gray-floral.png");
  101. background-size: 20%;
  102. font-family: 'Satisfy', cursive;
  103. font-size: 4vh;
  104. color: #FDFBFE;
  105. width: 90vh;
  106. height: 14.5vh;
  107. left: 29.4%;
  108. bottom: 3vh;
  109. z-index: 2;
  110. overflow-y: scroll;
  111. -webkit-box-shadow: 0px 0px 1vh 1vh rgba(0,0,0,0.38);
  112. box-shadow: 0px 0px 1vh 1vh rgba(0,0,0,0.38);
  113. }
  114.  
  115. .strip {
  116. position: absolute;
  117. background-color: #708CBC;
  118. background-image: url("https://www.transparenttextures.com/patterns/gray-floral.png");
  119. background-size: 15%;
  120. width: 100%;
  121. height: 40.6vh;
  122. left: 0vh;
  123. top: 28.75vh;
  124. z-index: 1;
  125. }
  126.  
  127. .triangletopright {
  128. position: fixed;
  129. width: 0;
  130. height: 0;
  131. right: 27.6%;
  132. top: 17.4%;
  133. border-left: 5vh solid transparent;
  134. border-right: 5vh solid transparent;
  135. border-top: 5vh solid #0E0D1D;
  136. transform: rotate(225deg);
  137. z-index: 3;
  138. }
  139.  
  140. .triangletopleft {
  141. position: absolute;
  142. width: 0;
  143. height: 0;
  144. left: 27.92%;
  145. top: 17.3%;
  146. border-left: 5vh solid transparent;
  147. border-right: 5vh solid transparent;
  148. border-top: 5vh solid #0E0D1D;
  149. transform: rotate(135deg);
  150. z-index: 3;
  151. }
  152.  
  153. .trianglebotleft {
  154. position: absolute;
  155. width: 0;
  156. height: 0;
  157. left: 27.9%;
  158. top: 75.4%;
  159. border-left: 5vh solid transparent;
  160. border-right: 5vh solid transparent;
  161. border-top: 5vh solid #0E0D1D;
  162. transform: rotate(45deg);
  163. z-index: 3;
  164. }
  165.  
  166. .trianglebotright {
  167. position: fixed;
  168. width: 0;
  169. height: 0;
  170. right: 27.6%;
  171. top: 75.4%;
  172. border-left: 5vh solid transparent;
  173. border-right: 5vh solid transparent;
  174. border-top: 5vh solid #0E0D1D;
  175. transform: rotate(315deg);
  176. z-index: 3;
  177. }
  178.  
  179. .botrightdiagonalline {
  180. position: fixed;
  181. width: 160vh;
  182. height: 25vh;
  183. top: 35vh;
  184. left: -22vh;
  185. z-index: -1;
  186. background-color: #E778AD;
  187. background-image: url("https://www.transparenttextures.com/patterns/squares.png");
  188. background-size: 2.4%;
  189. transform: rotate(315deg);
  190. }
  191.  
  192. .botleftdiagonalline {
  193. position: fixed;
  194. width: 160vh;
  195. height: 25vh;
  196. top: 35vh;
  197. right: -22vh;
  198. z-index: -1;
  199. background-color: #E778AD;
  200. background-image: url("https://www.transparenttextures.com/patterns/squares.png");
  201. background-size: 2.4%;
  202. transform: rotate(45deg);
  203. }
  204.  
  205. .topleftdiagonalline {
  206. position: fixed;
  207. width: 160vh;
  208. height: 25vh;
  209. top: 35vh;
  210. left: -25vh;
  211. z-index: 0;
  212. background-color: #E778AD;
  213. background-image: url("https://www.transparenttextures.com/patterns/squares.png");
  214. background-size: 2.4%;
  215. transform: rotate(45deg);
  216. }
  217.  
  218. .toprightdiagonalline {
  219. position: fixed;
  220. width: 160vh;
  221. height: 25vh;
  222. top: 35vh;
  223. right: -25vh;
  224. z-index: -1;
  225. background-color: #E778AD;
  226. background-image: url("https://www.transparenttextures.com/patterns/squares.png");
  227. background-size: 2.4%;
  228. transform: rotate(135deg);
  229. }
  230.  
  231. .nametexttop {
  232. position: absolute;
  233. left: 14.5vw;
  234. top: 4vh;
  235. background: #000000;
  236. width: 70vw;
  237. height: 7vw;
  238. font-family: 'Satisfy', cursive;
  239. font-size: 8vh;
  240. background: url(https://media2.giphy.com/media/nNQx8jrIvfXoc/source.gif) -110px -260px repeat;
  241. -webkit-text-fill-color: transparent;
  242. -webkit-background-clip: text;
  243. display: block;
  244. text-align: center;
  245. letter-spacing: .2vw;
  246. -webkit-transition: opacity 2s linear;
  247. -moz-transform: skew(-10deg, 0deg);
  248. -webkit-transform: skew(-10deg, 0deg);
  249. -o-transform: skew(-10deg, 0deg);
  250. -ms-transform: skew(-10deg, 0deg);
  251. transform: skew(-10deg, 0deg);
  252. z-index: 4;
  253. }
  254.  
  255. .nametextbottom {
  256. position: absolute;
  257. left: 15vw;
  258. bottom: 3vh;
  259. background: #000000;
  260. width: 70vw;
  261. height: 5vw;
  262. font-family: 'Satisfy', cursive;
  263. font-size: 8vh;
  264. background: url(https://media2.giphy.com/media/nNQx8jrIvfXoc/source.gif) -110px -260px repeat;
  265. -webkit-text-fill-color: transparent;
  266. -webkit-background-clip: text;
  267. display: block;
  268. text-align: center;
  269. letter-spacing: .2vw;
  270. -webkit-transition: opacity 2s linear;
  271. -moz-transform: skew(-10deg, 0deg);
  272. -webkit-transform: skew(-10deg, 0deg);
  273. -o-transform: skew(-10deg, 0deg);
  274. -ms-transform: skew(-10deg, 0deg);
  275. transform: skew(-10deg, 0deg);
  276. z-index: 4;
  277. }
  278.  
  279.  
  280. ::-webkit-scrollbar-track {
  281. border-radius: 1vw;
  282. }
  283.  
  284. ::-webkit-scrollbar {
  285. width: 0.2vw;
  286. }
  287.  
  288. ::-webkit-scrollbar-thumb {
  289. border-radius: 1vw;
  290. }
  291.  
  292. CSS
  293.  
  294. HTML
  295.  
  296. <link href="https://fonts.googleapis.com/css?family=Satisfy&display=swap" rel="stylesheet">
  297.  
  298. <div class="leftbox" >
  299. <div class="p" >
  300. <p>It is an established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model.
  301. </div></div>
  302.  
  303. <div class="rightbox" >
  304. <div class="p" >
  305. <p>It is an established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model.
  306. </div></div>
  307.  
  308. <div class="nametexttop" >
  309. Fluff of a cloud
  310. </div>
  311.  
  312. <div class="nametextbottom" >
  313. Moibeal
  314. </div>
  315.  
  316. <div class="topbox" >
  317. </div>
  318. <div class="botbox" >
  319. </div>
  320. <div class="strip" >
  321. </div>
  322. <div class="triangletopright" >
  323. </div>
  324. <div class="triangletopleft" >
  325. </div>
  326. <div class="trianglebotleft" >
  327. </div>
  328. <div class="trianglebotright" >
  329. </div>
  330. <div class="bottrianglebotright" >
  331. </div>
  332. <div class="botrightdiagonalline" >
  333. </div>
  334. <div class="botleftdiagonalline" >
  335. </div>
  336. <div class="topleftdiagonalline" >
  337. </div>
  338. <div class="topleftdiagonalline" >
  339. </div>
  340. <div class="toprightdiagonalline" >
  341. </div>
  342. <div class="picture" >
  343. </div>
  344.  
  345. HTML
Add Comment
Please, Sign In to add comment