Advertisement
hanimjay

Next To Me (sig)

May 6th, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 KB | None | 0 0
  1. <link href="https://fonts.googleapis.com/css?family=Cardo:400,700" rel="stylesheet">
  2. <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
  3.  
  4. <style>
  5. #nexttome-sig{
  6. position: relative;
  7. margin: 10px auto;
  8. overflow: hidden;
  9. width: 500px;
  10. height: 200px;
  11. background: url(https://i.imgur.com/nQoyIEK.png);
  12. outline: 1px solid #000;
  13. border: 2px solid #fff;
  14. }
  15.  
  16. #nexttome-sig .bg{
  17. position: relative;
  18. width: 500px;
  19. height: 200px;
  20. background: rgb(217,163,64);
  21. background: linear-gradient(0deg, rgba(217,163,64,1) 0%, rgba(199,12,0,1) 0%, rgba(184,129,8,1) 100%);
  22. border: 0px solid #000;
  23. opacity: 0;
  24. transition: 0.5s ease-in 0.5s;
  25. }
  26.  
  27. #nexttome-sig:hover .bg{
  28. opacity: 0.95;
  29. transition: 0.3s ease-in 0s;
  30. }
  31.  
  32. #nexttome-sig .left-bar{
  33. position: absolute;
  34. width: 345px;
  35. height: 200px;
  36. bottom: -100px;
  37. left: 0px;
  38. transition: 0.5s ease-in 0s;
  39. opacity: 0;
  40. }
  41. #nexttome-sig:hover .left-bar{
  42. bottom: 0px;
  43. transition: 0.5s ease-in 0.4s;
  44. opacity: 1;
  45. }
  46.  
  47. #nexttome-sig .right-bar{
  48. position: absolute;
  49. width: 155px;
  50. height: 200px;
  51. top: 0px;
  52. right: -100px;
  53. transition: 0.5s ease-in 0s;
  54. opacity: 0;
  55. }
  56. #nexttome-sig:hover .right-bar{
  57. right: 0px;
  58. transition: 0.5s ease-in 0.4s;
  59. opacity: 1;
  60. }
  61.  
  62. #nexttome-sig .sidebar{
  63. position: absolute;
  64. width: 155px;
  65. height: 200px;
  66. top: 0px;
  67. right: 0px;
  68. border-left: 0.5px solid #000;
  69. overflow: hidden;
  70. }
  71.  
  72. #nexttome-sig .links{
  73. position: absolute;
  74. width: 35px;
  75. height: 102px;
  76. top: 27px;
  77. right: 155px;
  78. background: #000000;
  79. border: 0.5px solid #000;
  80. }
  81.  
  82. #nexttome-sig .links a{
  83. cursor: crosshair;
  84. text-decoration: none;
  85. font-size: 12px;
  86. color: #c04704;
  87. line-height: 10px;
  88. }
  89. #nexttome-sig .links a:hover{
  90. color: #cccccc;
  91. }
  92.  
  93. #nexttome-sig .names{
  94. position: absolute;
  95. top: 27px;
  96. left: 45px;
  97. background: transparent;
  98. border-top: 0.5px solid #000;
  99. border-bottom: 0.5px solid #000;
  100. font-family: 'Cardo', serif;
  101. font-size: 9px;
  102. font-weight: 700;
  103. text-transform: uppercase;
  104. line-height: 9px;
  105. padding: 7px 2px 5px 2px;
  106. letter-spacing: 0px;
  107. }
  108.  
  109. #nexttome-sig .title{
  110. position: absolute;
  111. top: 65px;
  112. left: 45px;
  113. width: 230px;
  114. background: transparent;
  115. font-family: 'Cardo', serif;
  116. font-size: 16.px;
  117. font-weight: 700;
  118. line-height: 21px;
  119. text-align: left;
  120. letter-spacing: -0.2px;
  121. }
  122.  
  123. #nexttome-sig .textbox{
  124. position: absolute;
  125. top: 132px;
  126. left: 45px;
  127. width: 212px;
  128. height: 42px;
  129. overflow: auto;
  130. background: transparent;
  131. font-family: 'Cardo', serif;
  132. font-size: 10px;
  133. font-weight: 700;
  134. line-height: 14px;
  135. text-align: justify;
  136. padding-right: 10px;
  137. letter-spacing: -0.1px;
  138. }
  139.  
  140. #nexttome-sig ::-webkit-scrollbar{
  141. width: 5px;
  142. }
  143.  
  144. #nexttome-sig ::-webkit-scrollbar-track{
  145. border: 0.5px solid #1D1602;
  146. background: transparent;
  147. }
  148.  
  149. #nexttome-sig ::-webkit-scrollbar-thumb{
  150. border: 0.5px solid #1D1602;
  151. background: #000000;
  152. }
  153.  
  154. #nexttome-sig .icon{
  155. position: absolute;
  156. width: 85px;
  157. height: 85px;
  158. bottom: 23px;
  159. right: 35px;
  160. border: 0.5px solid #000;
  161. border-radius: 100px;
  162. background: rgb(217,163,64);
  163. background: linear-gradient(0deg, rgba(217,163,64,1) 0%, rgba(199,12,0,1) 0%, rgba(184,129,8,1) 100%);
  164. }
  165.  
  166. #nexttome-sig .icon img{
  167. position: relative;
  168. width: 72px;
  169. height: 72px;
  170. margin: 6px;
  171. border: 0.8px solid #000;
  172. border-radius: 100px;
  173. -webkit-filter: grayscale(100%);
  174. filter: grayscale(100%);
  175. }
  176.  
  177. #nexttome-sig .pattern{
  178. position: absolute;
  179. width: 185px;
  180. height: 300px;
  181. top: -32px;
  182. right: -50px;
  183. transform: rotate(6deg);
  184. }
  185.  
  186. #nexttome-sig .pattern .sf{
  187. font-size: 264px;
  188. -webkit-text-fill-color: #000000;
  189. -webkit-text-stroke-width: 0px;
  190. -webkit-text-stroke-color: black;
  191. }
  192.  
  193. </style>
  194. <center>
  195. <div id="nexttome-sig">
  196.  
  197. <div class="bg"></div>
  198.  
  199. <div class="left-bar">
  200. <div class="names">.Erenae .Perceus</div>
  201.  
  202. <div class="title">
  203. Who needs to go to sleep when
  204. I got you next to me? <br>
  205. -
  206. </div>
  207.  
  208. <div class="textbox">
  209. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean tristique elit quis lacus luctus pretium. Nunc arcu nibh, vestibulum dictum quam ultricies, laoreet pretium nisl. Curabitur semper consequat massa a tempus.
  210. </div>
  211. </div>
  212.  
  213. <div class="right-bar">
  214. <div class="links"><br>
  215. <a href="#"><span class="sf sf-pinterest" title="pinterest"></span></a><p>
  216. <a href="#"><span class="sf sf-deviantart" title="deviantart"></span></a><p>
  217. <a href="#"><span class="sf sf-wattpad" title="wattpad"></span></a>
  218. </div>
  219.  
  220. <div class="sidebar">
  221. <div class="pattern">
  222. <span class="sf sf-diamond"></span>
  223. </div>
  224.  
  225. <div class="icon">
  226. <img src="https://i.imgur.com/jSFlgT3.jpg?1">
  227. </div>
  228. </div>
  229. </div>
  230.  
  231.  
  232. </div>
  233. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement