Advertisement
hanimjay

Homemade Dynamite (thread)

Jan 29th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.40 KB | None | 0 0
  1. <link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,500" rel="stylesheet">
  2. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  3.  
  4. <style>
  5. #homemade-dynamite {
  6. width: 500px;
  7. height: 500px;
  8. background: transparent;
  9. margin: 0px auto;
  10. position: relative;
  11. overflow: hidden;
  12. }
  13.  
  14. #homemade-dynamite ::-webkit-scrollbar {
  15. width: 3.5px;
  16. }
  17.  
  18. #homemade-dynamite ::-webkit-scrollbar-track {
  19. background: #F5E5E9;
  20. border: 0.5px solid #F5E5E9;
  21. }
  22.  
  23. #homemade-dynamite ::-webkit-scrollbar-thumb {
  24. background: #F5E5E9;
  25. border: 0.5px solid #C33E4C;
  26. border-radius: 10px;
  27. }
  28.  
  29. #homemade-dynamite .base{
  30. width: 500px;
  31. height: 450px;
  32. background: #F5E5E9;
  33. position: absolute;
  34. top: 25px;
  35. -webkit-transform: rotate(45deg);
  36. transform: rotate(45deg);
  37. -webkit-transition: 1s ease-in 1.2s;
  38. transition: 1s ease-in 1.2s;
  39. }
  40. #homemade-dynamite:hover .base{
  41. -webkit-transform: rotate(0deg);
  42. transform: rotate(0deg);
  43. -webkit-transition: 1s ease-in 0.8s;
  44. transition: 1s ease-in 0.8s;
  45. }
  46.  
  47. #homemade-dynamite .box{
  48. position: absolute;
  49. top: -10px;
  50. left: 60px;
  51. width: 390px;
  52. height: 470px;
  53. background: transparent;
  54. border: 0.5px solid #434C60;
  55. overflow: hidden;
  56. }
  57.  
  58. #homemade-dynamite .box2{
  59. position: absolute;
  60. bottom: -420px;
  61. left: 1px;
  62. width: 390px;
  63. height: 500px;
  64. background: transparent;
  65. -webkit-transition: 1s ease-in 0s;
  66. transition: 1s ease-in 0s;
  67. overflow: hidden;
  68. }
  69. #homemade-dynamite:hover .box2{
  70. bottom: 0px;
  71. -webkit-transition: 1s ease-in 2s;
  72. transition: 1s ease-in 2s;
  73. }
  74.  
  75. #homemade-dynamite .scrollbox{
  76. position: absolute;
  77. overflow: auto;
  78. width: 210px;
  79. height: 200px;
  80. top: 173px;
  81. left: 87px;
  82. color: #434C60;
  83. font-family: 'Times';
  84. font-size: 10.5px;
  85. letter-spacing: 0px;
  86. text-align: justify;
  87. line-height: 13px;
  88. padding-right: 10px;
  89. }
  90.  
  91. #homemade-dynamite .title{
  92. position: absolute;
  93. width: 150px;
  94. height: 40px;
  95. background: transparent;
  96. top: 95px;
  97. right: 77px;
  98. text-align: left;
  99. font-family: 'Playfair Display', serif;
  100. font-weight: 500;
  101. color: #C33E4C;
  102. font-size: 19px;
  103. letter-spacing: 0px;
  104. line-height: 20px;
  105. font-style: italic;
  106. text-transform: uppercase;
  107. }
  108.  
  109. #homemade-dynamite .icon{
  110. position: absolute;
  111. width: 52px;
  112. height: 52px;
  113. background: transparent;
  114. border: 0.5px solid #434C60;
  115. border-radius: 100px;
  116. top: 85px;
  117. left: 93px;
  118. padding: 4px;
  119. }
  120.  
  121. #homemade-dynamite .footer{
  122. position: absolute;
  123. width: 283px;
  124. background: #F5E5E9;
  125. bottom: 40px;
  126. left: 0px;
  127. text-align: center;
  128. font-family: 'Playfair Display', serif;
  129. font-weight: 600;
  130. color: #C33E4C;
  131. font-size: 9px;
  132. letter-spacing: 0px;
  133. line-height: 10px;
  134. font-style: italic;
  135. text-transform: uppercase;
  136. border-top: 0.5px solid #434C60;
  137. padding: 15px 60px;
  138. -webkit-transform: rotate(-5deg);
  139. transform: rotate(-5deg);
  140. -webkit-transition: 0.3s ease-in 0s;
  141. transition: 0.3s ease-in 0s;
  142. opacity: 1;
  143. }
  144. #homemade-dynamite .footer:hover{
  145. opacity: 0;
  146. }
  147.  
  148. #homemade-dynamite .footer2{
  149. position: absolute;
  150. width: 283px;
  151. background: transparent;
  152. bottom: 40px;
  153. left: 0px;
  154. text-align: center;
  155. font-family: 'Playfair Display', serif;
  156. font-weight: 600;
  157. color: #C33E4C;
  158. font-size: 9px;
  159. letter-spacing: 0px;
  160. line-height: 10px;
  161. font-style: italic;
  162. text-transform: uppercase;
  163. border-top: 0.5px solid #434C60;
  164. padding: 15px 60px;
  165. -webkit-transform: rotate(-5deg);
  166. transform: rotate(-5deg);
  167. }
  168.  
  169. #homemade-dynamite .title{
  170. position: absolute;
  171. width: 200px;
  172. height: 40px;
  173. background: transparent;
  174. top: 250px;
  175. right: 0px;
  176. text-align: left;
  177. font-family: 'Playfair Display', serif;
  178. font-weight: 500;
  179. color: #C33E4C;
  180. font-size: 26px;
  181. letter-spacing: 0px;
  182. line-height: 27px;
  183. font-style: italic;
  184. text-transform: uppercase;
  185. -webkit-transform: rotate(-45deg);
  186. transform: rotate(-45deg);
  187. -webkit-transition: 1s ease-in 1.2s;
  188. transition: 1s ease-in 1.2s;
  189. }
  190. #homemade-dynamite:hover .title{
  191. -webkit-transition: 1s ease-in 0.8s;
  192. transition: 1s ease-in 0.8s;
  193. -webkit-transform: rotate(0deg);
  194. transform: rotate(0deg);
  195. top: 80px;
  196. right: 65px;
  197. font-size: 19px;
  198. line-height: 19px;
  199. }
  200.  
  201. #homemade-dynamite .slash{
  202. position: absolute;
  203. width: 340px;
  204. background: transparent;
  205. bottom: 110px;
  206. left: 49px;
  207. border-top: 0.5px solid #434C60;
  208. -webkit-transform: rotate(2deg);
  209. transform: rotate(2deg);
  210. opacity: 1;
  211. -webkit-transition: 0.5s ease-in 2.5s;
  212. transition: 0.5s ease-in 2.5s;
  213. }
  214. #homemade-dynamite:hover .slash{
  215. opacity: 0;
  216. -webkit-transition: 0.5s ease-in 0s;
  217. transition: 0.5s ease-in 0s;
  218. }
  219.  
  220. #homemade-dynamite .big-icon{
  221. position: absolute;
  222. width: 120px;
  223. height: 120px;
  224. background: transparent;
  225. border: 0.5px solid #434C60;
  226. border-radius: 100px;
  227. top: 320px;
  228. left: 155px;
  229. padding: 8px;
  230. opacity: 1;
  231. -webkit-transition: 0.5s ease-in 2.5s;
  232. transition: 0.5s ease-in 2.5s;
  233. -webkit-transform: rotate(-45deg);
  234. transform: rotate(-45deg);
  235. }
  236.  
  237. #homemade-dynamite:hover .big-icon{
  238. opacity: 0;
  239. -webkit-transition: 0.5s ease-in 0s;
  240. transition: 0.5s ease-in 0s;
  241. }
  242.  
  243. </style>
  244. <center>
  245. <div id='homemade-dynamite'>
  246.  
  247. <div class='base'>
  248. <div class='box'>
  249.  
  250. <div class='box2'>
  251. <div class='icon'>
  252. <a href="http://candyland-couture.com/index.php?showuser=7400" title="hanie ©">
  253. <img src="https://i.imgur.com/kkJGSgZ.gif" style="border-radius:100px;width:52px;">
  254. </a></div>
  255.  
  256. <div class='scrollbox'>
  257. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque efficitur, tellus porta aliquam pharetra, diam dui pharetra mauris, egestas feugiat risus sapien sed dui. Suspendisse mollis lectus erat, nec tincidunt mi congue sit amet. Vivamus vitae egestas ligula. Pellentesque volutpat sit amet nunc nec posuere. Suspendisse finibus nunc quis dolor rhoncus tincidunt. Etiam non ullamcorper tellus. Sed sit amet magna nunc. Vestibulum viverra nisl eu arcu pharetra, nec elementum mi bibendum. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubili.
  258. <p>
  259. Nulla consectetur tortor non dapibus lobortis. Phasellus laoreet convallis varius. Mauris vehicula fermentum dolor ut malesuada. Pellentesque porta tellus eu nisi finibus, eu placerat ex varius. Cras dapibus eros ut mollis euismod. Donec rhoncus orci quis justo tincidunt molestie. Aliquam scelerisque efficitur orci sed aliquet. Maecenas laoreet justo arcu, ac posuere velit malesuada malesuada. Nunc feugiat id risus vitae posuere. Pellentesque interdum sapien ac orci lacinia, eget rutrum urna tempor. Integer sollicitudin rutrum est eu auctor.
  260. </div>
  261.  
  262. <div class='footer2'> " put your short lyrics here "</div>
  263. <div class='footer'> ## put some tags here // hover for lyrics</div>
  264.  
  265. </div>
  266.  
  267. </div>
  268. </div>
  269.  
  270. <div class='single'>
  271. <div class='slash'></div>
  272.  
  273. <div class='big-icon'><img src="https://i.imgur.com/p1IMUR4.gif" style="border-radius:100px;width:120px;"></div>
  274.  
  275. <div class='title'>
  276. — Homemade<br> dynamite</p>
  277. </div>
  278. </div>
  279.  
  280. </div>
  281. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement