Advertisement
hanimjay

Green Crack (gallery)

Jul 24th, 2020 (edited)
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.06 KB | None | 0 0
  1. <style>
  2. :root{
  3. --black: #111111;
  4. --white: #ffffff;
  5. --grey: #dddddd;
  6. --green: #DFFD27;
  7. }
  8.  
  9. #gc-gallery{
  10. position: relative;
  11. margin: 15px auto;
  12. width: 500px;
  13. height: 600px;
  14. background: var(--grey);
  15. overflow: hidden;
  16. outline: 0px solid var(--grey);
  17. border: 0px solid var(--green);
  18. }
  19.  
  20. #gc-gallery ::-webkit-scrollbar {
  21. width: 7px;
  22. }
  23.  
  24. #gc-gallery ::-webkit-scrollbar-track {
  25. background: #ffffff;
  26. border: 0.5px solid var(--black);
  27. }
  28.  
  29. #gc-gallery ::-webkit-scrollbar-thumb {
  30. background: var(--grey);
  31. border: 0.5px solid var(--black);
  32. }
  33.  
  34. #gc-gallery input {
  35. display: none;
  36. }
  37.  
  38. #gc-gallery label {
  39. display: inline-block;
  40. position: absolute;
  41. top: 50px;
  42. left: 60px;
  43. z-index: 3;
  44. transform: rotate(0deg);
  45. transition: 0.4s;
  46. cursor: pointer;
  47. }
  48. #gc-gallery label:hover {
  49. transform: scale(1.2);
  50. }
  51.  
  52. #gc-gallery input:checked+label {
  53. transform: rotate(135deg);
  54. transition: 0.4s;
  55. }
  56.  
  57. #gc-gallery .fa{
  58. display: inline-block;
  59. font-size: 26px;
  60. color: var(--green);
  61. background: var(--black);
  62. border-radius: 100px;
  63. padding: 22px 25px;
  64. }
  65.  
  66. #gc-gallery .content {
  67. position: absolute;
  68. width: 500px;
  69. height: 515px;
  70. bottom: -515px;
  71. left: 0px;
  72. background: var(--green);
  73. z-index: 2;
  74. transition: 0.5s;
  75. }
  76.  
  77. #gc-gallery input:checked+label ~ .content {
  78. transition: 0.5s;
  79. bottom: 0px;
  80. }
  81.  
  82. #gc-gallery .content-bg {
  83. position: absolute;
  84. width: 420px;
  85. height: 420px;
  86. bottom: 50px;
  87. left: 40px;
  88. background: var(--white);
  89. transform: rotate(5deg);
  90. }
  91.  
  92. #gc-gallery .content-scroll {
  93. position: absolute;
  94. width: 300px;
  95. height: 300px;
  96. bottom: 105px;
  97. left: 95px;
  98. background: var(--white);
  99. text-align: left;
  100. overflow: auto;
  101. padding-right: 15px;
  102. }
  103.  
  104. #gc-gallery a{
  105. text-decoration: none;
  106. color: var(--black);
  107. }
  108. #gc-gallery a:hover{
  109. text-decoration: none;
  110. border-bottom: 1px solid var(--green);
  111. font-style: italic;
  112. }
  113.  
  114. #gc-gallery t1{
  115. display: inline-block;
  116. font-family: 'Playfair Display', serif;
  117. font-weight: 500;
  118. font-size: 13px;
  119. font-style: italic;
  120. line-height: 15px;
  121. text-transform: uppercase;
  122. padding: 10px 20px;
  123. float: left;
  124. color: var(--black);
  125. background : var(--grey);
  126. border-radius: 75px / 27px;
  127. border: 0.5px solid var(--black);
  128. transform: rotate(-5deg);
  129. margin-top: 1px;
  130. }
  131. #gc-gallery b{
  132. font-family: Rubik;
  133. font-style: normal;
  134. font-weight: 700;
  135. font-size: 11px;
  136. line-height: 11px;
  137. text-align: left;
  138. text-transform: uppercase;
  139. color: var(--black);
  140. float: right;
  141. }
  142.  
  143. #gc-gallery c{
  144. font-family: Rubik;
  145. font-style: italic;
  146. font-weight: 300;
  147. font-size: 11px;
  148. line-height: 11px;
  149. color: var(--black);
  150. float: right;
  151. }
  152.  
  153. #gc-gallery .top-ring{
  154. position: absolute;
  155. top: 45px;
  156. left: 27.5px;
  157. width: 445px;
  158. height: 195px;
  159. background: var(--grey);
  160. border-radius: 340px / 150px;
  161. border: 0.5px solid var(--black);
  162. transform: rotate(-5deg);
  163. }
  164.  
  165. #gc-gallery .sticker{
  166. position: absolute;
  167. top: 38px;
  168. right: 30px;
  169. width: 220px;
  170. height: 65px;
  171. background: var(--green);
  172. transform: rotate(10deg);
  173. transition: 0.5s;
  174. }
  175.  
  176. #gc-gallery input:checked+label ~ .sticker{
  177. top: -88px;
  178. transition: 0.5s;
  179. }
  180.  
  181. #gc-gallery .sticker-name{
  182. position: absolute;
  183. top: 3px;
  184. left: -8px;
  185. font-family: 'Playfair Display', serif;
  186. font-weight: 400;
  187. font-size: 45px;
  188. line-height: 45px;
  189. text-align: right;
  190. text-transform: uppercase;
  191. transform: rotate(-5deg);
  192. color: transparent;
  193. -webkit-text-stroke: 1.2px var(--black);
  194. }
  195.  
  196. #gc-gallery .sticker-txt{
  197. position: absolute;
  198. bottom: 9px;
  199. right: 11px;
  200. font-family: Rubik;
  201. font-weight: 500;
  202. font-size: 12px;
  203. line-height: 12px;
  204. text-transform: uppercase;
  205. color: #000000;
  206. }
  207.  
  208. #gc-gallery .polaroid{
  209. position: absolute;
  210. top: 152px;
  211. right: 90px;
  212. width: 245px;
  213. height: 148px;
  214. background: var(--white);
  215. transform: rotate(-8deg);
  216. transition: 0.5s;
  217. }
  218.  
  219. #gc-gallery input:checked+label ~ .polaroid{
  220. top: -202px;
  221. transition: 0.5s;
  222. }
  223.  
  224. #gc-gallery .polaroid-img{
  225. position: absolute;
  226. top: 9px;
  227. right: 9px;
  228. width: 130px;
  229. height: 130px;
  230. background: url(https://imgur.com/IwTnPU8.jpg);
  231. background-size: 200px;
  232. background-position: center;
  233. }
  234.  
  235. #gc-gallery .polaroid-txt{
  236. position: absolute;
  237. top: 9px;
  238. left: 9px;
  239. width: 83px;
  240. color: var(--black);
  241. font-family: Rubik;
  242. font-weight: 400;
  243. font-size: 8px;
  244. line-height: 9px;
  245. text-align: left;
  246. }
  247.  
  248. #gc-gallery .title-bg{
  249. position: absolute;
  250. bottom: 0px;
  251. left: 0px;
  252. width: 500px;
  253. height: 250px;
  254. background: var(--green);
  255. }
  256.  
  257. #gc-gallery .title-img{
  258. position: absolute;
  259. bottom: 27px;
  260. left: 27.5px;
  261. width: 445px;
  262. height: 195px;
  263. background: url(https://imgur.com/IwTnPU8.jpg);
  264. background-size: 445px;
  265. background-position: bottom;
  266. border-radius: 340px / 150px;
  267. overflow: hidden;
  268. }
  269.  
  270. #gc-gallery .title-txt{
  271. position: absolute;
  272. top: 15px;
  273. left: 0px;
  274. width: 445px;
  275. height: 195px;
  276. color: var(--green);
  277. font-family: 'Playfair Display', serif;
  278. font-weight: 400;
  279. font-size: 110px;
  280. line-height: 75px;
  281. text-align: center;
  282. text-transform: uppercase;
  283. }
  284. </style>
  285.  
  286. <link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&family=Rubik:wght@400;700&display=swap" rel="stylesheet">
  287.  
  288. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  289.  
  290. <center>
  291. <div id="gc-gallery">
  292. <input type="checkbox" id="toggle-label">
  293.  
  294. <label for="toggle-label"><i class="fa fa-plus"></i></label>
  295.  
  296. <div class="content">
  297. <div class="content-bg"></div>
  298. <div class="content-scroll">
  299. <t1>Thread</t1>
  300. <b><a href="">name here</a></b><br>
  301. <c>subtext goes here huhuhuu</c>
  302. <br><br>
  303. <b><a href="">name here</a></b><br>
  304. <c>subtext goes here huhuhuu</c>
  305. <br><br>
  306. <b><a href="">name here</a></b><br>
  307. <c>subtext goes here huhuhuu</c>
  308. <br><br><br>
  309. <t1>Signature</t1>
  310. <b><a href="">name here</a></b><br>
  311. <c>subtext goes here huhuhuu</c>
  312. <br><br>
  313. <b><a href="">name here</a></b><br>
  314. <c>subtext goes here huhuhuu</c>
  315. <br><br>
  316. <b><a href="">name here</a></b><br>
  317. <c>subtext goes here huhuhuu</c>
  318. <br><br><br>
  319. <t1>Mini Prof.</t1>
  320. <b><a href="">name here</a></b><br>
  321. <c>subtext goes here huhuhuu</c>
  322. <br><br>
  323. <b><a href="">name here</a></b><br>
  324. <c>subtext goes here huhuhuu</c>
  325. <br><br><br>
  326. <t1>Site Temp.</a></t1>
  327. <b><a href="">name here</a></b><br>
  328. <c>subtext goes here huhuhuu</c>
  329. <br><br>
  330. <b><a href="">name here</a></b><br>
  331. <c>subtext goes here huhuhuu</c>
  332. <br><br>
  333. <b><a href="">name here</a></b><br>
  334. <c>subtext goes here huhuhuu</c>
  335. <br><br><br>
  336. <t1>Skinsss</t1>
  337. <b><a href="">name here</a></b><br>
  338. <c>subtext goes here huhuhuu</c>
  339. <br><br>
  340. <b><a href="">name here</a></b><br>
  341. <c>subtext goes here huhuhuu</c>
  342. <br><br>
  343. <b><a href="">name here</a></b><br>
  344. <c>subtext goes here huhuhuu</c>
  345. <br><br><br>
  346. <t1>Others</t1>
  347. <b><a href="">name here</a></b><br>
  348. <c>subtext goes here huhuhuu</c>
  349. <br><br>
  350. <b><a href="">name here</a></b><br>
  351. <c>subtext goes here huhuhuu</c>
  352. <br><br>
  353. <b><a href="">name here</a></b><br>
  354. <c>subtext goes here huhuhuu</c>
  355. </div>
  356. </div>
  357.  
  358. <div class="top-ring"></div>
  359.  
  360. <div class="sticker">
  361. <div class="sticker-name">Hanie</div>
  362. <div class="sticker-txt">24. GMT+8</div>
  363. </div>
  364.  
  365. <div class="polaroid">
  366. <div class="polaroid-txt">
  367. Lorem ipsum dolor sit amet,
  368. consectetur adipiscing elit sed
  369. </div>
  370. <div class="polaroid-img"></div>
  371. </div>
  372.  
  373. <div class="title-bg"></div>
  374. <div class="title-img">
  375. <div class="title-txt">Green Crack</div>
  376. </div>
  377.  
  378. </div>
  379. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement