Advertisement
Guest User

Untitled

a guest
Apr 14th, 2019
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.33 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3.  
  4. <head>
  5. <meta charset="UTF-8">
  6. <title>TITLE HERE</title>
  7. <link rel="shortcut icon" href="">
  8.  
  9. <meta name="credit" content="coding from gonnashowyou@codepen">
  10.  
  11.  
  12.  
  13.  
  14.  
  15. <style>
  16. @import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
  17. @import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700|Yanone+Kaffeesatz:400,200,300,700|Fjalla+One|Quicksand:400,300,700);
  18.  
  19. #main {
  20. position: absolute;
  21. left: 16.5%;
  22. top: 33.5%;
  23. width: 700px;
  24. height: 120px;
  25. border: 1px rgb(41, 41, 41) solid;
  26. background: rgb(41, 41, 41);
  27. }
  28.  
  29. #smtxt {
  30. position: absolute;
  31. color: #F7F7F7;
  32. text-transform: uppercase;
  33. top: 87px;
  34. left: 40%;
  35. font-family: quicksand;
  36. letter-spacing: -1px;
  37. font-size: 12px;
  38. font-weight: 100;
  39. }
  40.  
  41. #txtcl {
  42. font-family: oswald;
  43. color: #F2CA6B;
  44. left: 21%;
  45. top: 35px;
  46. position: absolute;
  47. text-transform: uppercase;
  48. font-size: 35px;
  49. }
  50.  
  51. #txt {
  52. color: #F7F7F7;
  53. font-family: oswald;
  54. left: 50%;
  55. top: 35px;
  56. position: absolute;
  57. text-transform: uppercase;
  58. font-size: 35px;
  59. }
  60.  
  61. #pic1 {
  62. position: absolute;
  63. left: 237px;
  64. top: 5px;
  65. width: 330px;
  66. height: 250px;
  67. border: 1px rgb(160, 160, 160) solid;
  68. background: rgb(160, 160, 160);
  69. }
  70. #pic1 img {
  71. width:330px;
  72. height:250px;
  73. }
  74.  
  75. #bar1 {
  76. position: absolute;
  77. left: 580px;
  78. top: 5px;
  79. width: 30px;
  80. height: 252px;
  81. border: 1px #F2CA6B;
  82. background: #F2CA6B;
  83. }
  84.  
  85. #pic2 {
  86. top: 5px;
  87. left: 620px;
  88. position: absolute;
  89. width: 100px;
  90. height: 100px;
  91. border: 1px rgb(160, 160, 160) solid;
  92. background: rgb(160, 160, 160);
  93. }
  94.  
  95. #pic2 img {
  96. height:100px;
  97. width:100px;
  98. }
  99.  
  100. #pic3 {
  101. top: 5px;
  102. left: 729px;
  103. position: absolute;
  104. width: 100px;
  105. height: 100px;
  106. border: 1px rgb(160, 160, 160) solid;
  107. background: rgb(160, 160, 160);
  108. }
  109.  
  110. #pic3 img {
  111. height:100px;
  112. width:100px;
  113. }
  114.  
  115. #pic4 {
  116. top: 5px;
  117. left: 837px;
  118. position: absolute;
  119. width: 100px;
  120. height: 100px;
  121. border: 1px rgb(160, 160, 160) solid;
  122. background: rgb(160, 160, 160);
  123. }
  124.  
  125. #pic4 img {
  126. height:100px;
  127. width:100px;
  128. }
  129.  
  130. #pic5 {
  131. top: 155px;
  132. left: 620px;
  133. position: absolute;
  134. width: 100px;
  135. height: 100px;
  136. border: 1px rgb(160, 160, 160) solid;
  137. background: rgb(160, 160, 160);
  138. }
  139.  
  140. #pic5 img {
  141. height:100px;
  142. width:100px;
  143. }
  144.  
  145. #pic6 {
  146. top: 155px;
  147. left: 729px;
  148. position: absolute;
  149. width: 100px;
  150. height: 100px;
  151. border: 1px rgb(160, 160, 160) solid;
  152. background: rgb(160, 160, 160);
  153. }
  154.  
  155. #pic6 img {
  156. height:100px;
  157. width:100px;
  158. }
  159.  
  160. #pic7 {
  161. top: 155px;
  162. left: 837px;
  163. position: absolute;
  164. width: 100px;
  165. height: 100px;
  166. border: 1px rgb(160, 160, 160) solid;
  167. background: rgb(160, 160, 160);
  168. }
  169.  
  170. #pic7 img {
  171. height:100px;
  172. width:100px;
  173. }
  174.  
  175. #bar2 {
  176. position: absolute;
  177. left: 620px;
  178. top: 115px;
  179. width: 318px;
  180. height: 30px;
  181. border: 1px rgb(41, 41, 41) solid;
  182. background: rgb(41, 41, 41);
  183. }
  184.  
  185. #pic8 {
  186. top: 400px;
  187. left: 237px;
  188. position: absolute;
  189. width: 170px;
  190. height: 100px;
  191. border: 1px rgb(160, 160, 160) solid;
  192. background: rgb(160, 160, 160);
  193. }
  194.  
  195. #pic8 img {
  196. height:100px;
  197. width:170px;
  198. }
  199.  
  200. #pic9 {
  201. top: 400px;
  202. left: 417px;
  203. position: absolute;
  204. width: 170px;
  205. height: 100px;
  206. border: 1px rgb(160, 160, 160) solid;
  207. background: rgb(160, 160, 160);
  208. }
  209.  
  210. #pic9 img {
  211. height:100px;
  212. width:170px;
  213. }
  214.  
  215. #pic10 {
  216. top: 400px;
  217. left: 610px;
  218. position: absolute;
  219. width: 328px;
  220. height: 180px;
  221. border: 1px rgb(160, 160, 160) solid;
  222. background: rgb(160, 160, 160);
  223. }
  224.  
  225. #pic10 img {
  226. height:180px;
  227. width:328px;
  228. }
  229.  
  230. #bar3 {
  231. top: 510px;
  232. left: 237px;
  233. position: absolute;
  234. width: 350px;
  235. height: 70px;
  236. border: 1px rgb(41, 41, 41) solid;
  237. background: rgb(41, 41, 41);
  238. }
  239.  
  240. #bar4 {
  241. top: 570px;
  242. left: 237px;
  243. position: absolute;
  244. width: 350px;
  245. height: 10px;
  246. border: 1px rgb(51, 51, 51) solid;
  247. background: rgb(51, 51, 51);
  248. }
  249.  
  250. #bq {
  251. color: #F2CA6B;
  252. margin-left: -250px;
  253. margin-top: -12px;
  254. font-size: 120px;
  255. }
  256.  
  257. #btext {
  258. position: absolute;
  259. margin-top: 20px;
  260. margin-left: 45px;
  261. color: #F7F7F7;
  262. font-size: 20px;
  263. font-family: fjalla one;
  264. letter-spacing: 1px;
  265. text-transform: uppercase;
  266. }
  267. </style>
  268. </head>
  269.  
  270. <body>
  271. <center>
  272. <div id="pic1"><img src="https://i.imgur.com/tTyyG7y.png"></div>
  273. <div id="bar1"></div>
  274. <div id="bar2"></div>
  275. <div id="pic2"><img src="https://i.imgur.com/tTyyG7y.png"></div>
  276. <div id="pic3"><img src="https://i.imgur.com/tTyyG7y.png"></div>
  277. <div id="pic4"><img src="https://i.imgur.com/tTyyG7y.png"></div>
  278. <div id="pic5"><img src="https://i.imgur.com/tTyyG7y.png"></div>
  279. <div id="pic6"><img src="https://i.imgur.com/tTyyG7y.png"></div>
  280. <div id="pic7"><img src="https://i.imgur.com/tTyyG7y.png"></div>
  281. <div id="pic8"><img src="https://i.imgur.com/tTyyG7y.png"></div>
  282. <div id="pic9"><img src="https://i.imgur.com/tTyyG7y.png"></div>
  283. <div id="pic10"><img src="https://i.imgur.com/tTyyG7y.png"></div>
  284. <div id="bar3">
  285. <div id="btext">short quote or line of lyric</div>
  286. <div id="bq">"</div>
  287. </div>
  288. <div id="bar4"></div>
  289. <div id="main">
  290. <div id="txtcl">FIRST NAME'S</div>
  291. <div id="txt">MOODBOARD</div>
  292. <div id="smtxt">TYPE OF MOODBOARD</div>
  293. </div>
  294. </center>
  295. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement