wife-

big dog

Apr 17th, 2020 (edited)
686
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.14 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Permanent+Marker|Kaushan+Script|Montserrat|Oswald');
  3.  
  4. ::-webkit-scrollbar {
  5. display: none;
  6. }
  7.  
  8. b {
  9. color: #983D4B;
  10. }
  11.  
  12. h1 {
  13. font-family: 'Oswald';
  14. font-size: 25px;
  15. margin-top: 10px;
  16. line-height: 30px;
  17. color: #000;
  18. width: 100%;
  19. border-bottom: 1px solid;
  20. border-color: #000;
  21. border-image-slice: 1;
  22. }
  23.  
  24. body{
  25. overflow: hidden;
  26. background: linear-gradient(#000 50%, #5D232C);
  27. }
  28.  
  29. .detail {
  30. position: absolute;
  31. top: 0px;
  32. left: 0px;
  33. width: 100%;
  34. height: 100%;
  35. background-image: url("https://www.transparenttextures.com/patterns/xv.png");
  36. }
  37.  
  38. .image {
  39. position: absolute;
  40. bottom: 5px;
  41. left: 285px;
  42. height: 555px;
  43. width: 450px;
  44. background-image: url('http://i.picpar.com/ISVd.png');
  45. background-position: 0px 0px;
  46. background-repeat: no-repeat;
  47. background-attachment: absolute;
  48. background-size: 450px;
  49. z-index: 2;
  50. }
  51.  
  52. .container {
  53. position: absolute;
  54. bottom: 30px;
  55. left: 280px;
  56. width: 450px;
  57. height: 300px;
  58. background-color: #5d232c;
  59. background-image: url("https://www.transparenttextures.com/patterns/black-felt.png");
  60.  
  61. border: 5px solid #222;
  62. }
  63.  
  64. .container2 {
  65. position: absolute;
  66. bottom: 30px;
  67. left: 50px;
  68. height: 295px;
  69. width: 200px;
  70. background-color: #fefffa;
  71. background-image: url("https://www.transparenttextures.com/patterns/ecailles.png");
  72. border: 4px solid #555;
  73. font-family: 'Montserrat';
  74. font-size: 13px;
  75. line-height:20px;
  76. letter-spacing:0.5px;
  77. font-variant:small-caps;
  78. padding: 5px;
  79. }
  80.  
  81. .words{
  82. overflow: auto;
  83. position: absolute;
  84. bottom: 30px;
  85. left: 780px;
  86. height: 285px;
  87. width: 200px;
  88. background-color: #fefffa;
  89. background-image: url("https://www.transparenttextures.com/patterns/ecailles.png");
  90. border: 4px solid #555;
  91. color: black;
  92. font-family: 'Montserrat';
  93. font-size: 13px;
  94. line-height:20px;
  95. letter-spacing:0.5px;
  96. font-variant:small-caps;
  97. padding: 5px;
  98. opacity: 0;
  99. transition: 1s;
  100. }
  101.  
  102. .words:target {
  103. opacity: 1;
  104. z-index: 3;
  105. }
  106.  
  107. .flower {
  108. position: absolute;
  109. bottom: 35px;
  110. left: 355px;
  111. height: 500px;
  112. width: 500px;
  113. background-image: url('http://i.picpar.com/KSVd.png');
  114. background-repeat: no-repeat;
  115. background-attachment: absolute;
  116. background-size: 400px;
  117. }
  118.  
  119. .icon {
  120. position: absolute;
  121. bottom: 250px;
  122. left: 750px;
  123. height: 20;
  124. width: 20;
  125. background-color: #fff;
  126. border-radius: 10px;
  127. transition: 0.3s ease-in;
  128. z-index: 5;
  129. }
  130.  
  131. .icon:hover {
  132. border-radius: 0px;
  133. transform: rotate(45deg);
  134. }
  135.  
  136. .icon2 {
  137. position: absolute;
  138. bottom: 215px;
  139. left: 750px;
  140. height: 20px;
  141. width: 20px;
  142. background-color: #fff;
  143. border-radius: 10px;
  144. transition: 0.3s ease-in;
  145. z-index: 5;
  146. }
  147.  
  148. .icon2:hover {
  149. border-radius: 0px;
  150. transform: rotate(45deg);
  151. }
  152.  
  153. .icon3 {
  154. position: absolute;
  155. bottom: 180px;
  156. left: 750px;
  157. height: 20px;
  158. width: 20px;
  159. background-color: #fff;
  160. border-radius: 10px;
  161. transition: 0.3s ease-in;
  162. z-index: 5;
  163. }
  164.  
  165. .icon3:hover {
  166. border-radius: 0px;
  167. transform: rotate(45deg);
  168. }
  169.  
  170. .icon4 {
  171. position: absolute;
  172. bottom: 145px;
  173. left: 750px;
  174. height: 20px;
  175. width: 20px;
  176. background-color: #fff;
  177. border-radius: 10px;
  178. transition: 0.3s ease-in;
  179. z-index: 5;
  180. }
  181.  
  182. .icon4:hover {
  183. border-radius: 0px;
  184. transform: rotate(45deg);
  185. }
  186.  
  187. .icon5 {
  188. position: absolute;
  189. bottom: 110px;
  190. left: 750px;
  191. height: 20px;
  192. width: 20px;
  193. background-color: #fff;
  194. border-radius: 10px;
  195. transition: 0.3s ease-in;
  196. z-index: 5;
  197. }
  198.  
  199. .icon5:hover {
  200. border-radius: 0px;
  201. transform: rotate(45deg);
  202. }
  203.  
  204. .credit {
  205. position:absolute;
  206. bottom:0px;
  207. right:5px;
  208. height:60px;
  209. width:60px;
  210. opacity: .7;
  211. background-image: url('https://i.imgur.com/67eVLlq.png');
  212. background-position: center;
  213. background-size: cover;
  214. }
  215.  
  216. </style>
  217.  
  218. <a class='icon' href='#1'></a>
  219. <a class='icon2' href='#2'></a>
  220. <a class='icon3' href='#3'></a>
  221. <a class='icon4' href='#4'></a>
  222. <a class='icon5' href='#reset'></a>
  223.  
  224. <div class="detail"></div>
  225.  
  226. <div class="image"></div>
  227.  
  228. <div class="container"></div>
  229. <div class="container2">
  230. <h1>out of character.</h1>
  231. <b>000.</b> ooc here.<br>
  232. <b>001.</b> ay bro watch yo jet<br>
  233. <b>002.</b> this quarantine got me fked up<br>
  234. <b>003.</b> idfk what else to put here<br>
  235. <b>004.</b> seriously do what you want<br>
  236. <b>005.</b> mcdonalds is good, change my mind.<br>
  237. </div>
  238.  
  239. <div class="flower"></div>
  240.  
  241. <div class='words' div id='1'>
  242. <h1>rap sheet.</h1>
  243. <b>Stat</b><font style='float:right'>Here</font><br>
  244. <b>Stat</b><font style='float:right'>Here</font><br>
  245. <b>Stat</b><font style='float:right'>Here</font><br>
  246. <b>Stat</b><font style='float:right'>Here</font><br>
  247. <b>Stat</b><font style='float:right'>Here</font><br>
  248. <b>Stat</b><font style='float:right'>Here</font><br>
  249. <b>Stat</b><font style='float:right'>Here</font><br>
  250. <b>Stat</b><font style='float:right'>Here</font><br>
  251. </div>
  252.  
  253. <div class='words' div id='2'>
  254. <h1>title.</h1>
  255. words.
  256. </div>
  257.  
  258. <div class='words' div id='3'>
  259. <h1>title 2.</h1>
  260. words 2.
  261. </div>
  262.  
  263. <div class='words' div id='4'>
  264. <h1>title 3.</h1>
  265. words 3.
  266. </div>
  267.  
  268. <a href="https://roleplay.chat/profile.php?user=wife"><div class="credit"></div></a>
Add Comment
Please, Sign In to add comment