Advertisement
wife-

blind

Jan 20th, 2020 (edited)
1,355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Permanent+Marker|Kaushan+Script|Montserrat|Oswald');
  3.  
  4. @font-face {
  5. font-family: "Warlock";
  6. src: url('https://dl.dropboxusercontent.com/s/wsp378rqsegxwu4/LemonMilk.otf?dl=0');
  7. format("truetype");
  8. }
  9.  
  10. ::-webkit-scrollbar {
  11. display: none;
  12. }
  13.  
  14. body {
  15. background-color: #eaeaea;
  16. overflow: hidden;
  17. }
  18.  
  19. a {
  20. text-decoration: none;
  21. color: #d65656;
  22. }
  23.  
  24. a:hover {
  25. color: #7a0000;
  26. }
  27.  
  28. a:visited {
  29. text-decoration: none;
  30. color: white;
  31. }
  32.  
  33.  
  34. b {
  35. color: #f7797d;
  36. }
  37.  
  38. .image {
  39. position: absolute;
  40. bottom: 0px;
  41. right: 0px;
  42. width: 400px;
  43. height: 560px;
  44. background-image: url('http://i.picpar.com/fEWd.png');
  45. background-attachment: absolute;
  46. background-size: 400px;
  47. z-index: 0;
  48. }
  49.  
  50. .box {
  51. overflow: auto;
  52. position: absolute;
  53. bottom: 5px;
  54. right: 400px;
  55. height: 250px;
  56. width: 150px;
  57. color: #212121;
  58. font-size: 12px;
  59. font-family: 'Montserrat';
  60. opacity: 0.8;
  61. z-index: 1;
  62. padding: 5px;
  63. text-align: justify;
  64. }
  65.  
  66. .box2 {
  67. overflow: auto;
  68. position: absolute;
  69. bottom: 65px;
  70. right: 560px;
  71. height: 190px;
  72. width: 150px;
  73. color: #212121;
  74. font-size: 12px;
  75. font-family: 'Montserrat';
  76. opacity: 0.8;
  77. z-index: 1;
  78. padding: 5px;
  79. text-align: justify;
  80. }
  81.  
  82. .box3 {
  83. overflow: auto;
  84. position: absolute;
  85. bottom: 5px;
  86. right: 720px;
  87. height: 250px;
  88. width: 150px;
  89. color: #212121;
  90. font-size: 12px;
  91. font-family: 'Montserrat';
  92. opacity: 0.8;
  93. z-index: 1;
  94. padding: 5px;
  95. text-align: justify;
  96. }
  97.  
  98. .tt {
  99. position: absolute;
  100. letter-spacing:0;
  101. right: 520px;
  102. bottom: 300px;
  103. font-family: 'Warlock';
  104. font-size: 70px;
  105. background: url('https://media3.giphy.com/media/3o6UBedJJfaxXHvZyU/giphy.gif');
  106. -webkit-text-fill-color: transparent;
  107. -webkit-background-clip: text;
  108. background-position: center left;
  109. z-index: 1;
  110. }
  111.  
  112. .tt2 {
  113. position: absolute;
  114. letter-spacing:7;
  115. right: 400px;
  116. bottom: 265px;
  117. font-family: 'Warlock';
  118. font-size: 40px;
  119. background: url('https://media3.giphy.com/media/3o6UBedJJfaxXHvZyU/giphy.gif');
  120. -webkit-text-fill-color: transparent;
  121. -webkit-background-clip: text;
  122. background-position: center left;
  123. z-index: 1;
  124. }
  125.  
  126. .credit {
  127. position:absolute;
  128. bottom:0px;
  129. left:5px;
  130. height:60px;
  131. width:60px;
  132. opacity: .7;
  133. background-image: url('https://i.imgur.com/67eVLlq.png');
  134. background-position: center;
  135. background-size: cover
  136. }
  137.  
  138. </style>
  139.  
  140. <div class="image"></div>
  141.  
  142. <div class="tt">KAIRO</div>
  143. <div class="tt2">Is Scared Of You</div>
  144.  
  145. <div class="box">
  146.  
  147. <b>001.</b> black lives matter. acab.<br>
  148. <b>002.</b> ooc here.<br>
  149. <b>003.</b> ooc here.<br>
  150. <b>004.</b> ooc here.<br>
  151. <b>005.</b> ooc here.<br>
  152. <b>006.</b> ooc here.<br>
  153. <b>007.</b> ooc here.<br>
  154.  
  155. </div>
  156.  
  157. <div class="box2">
  158. the boxes scroll. have fun.
  159.  
  160. </div>
  161.  
  162. <div class="box3">
  163.  
  164. regular. <b>bold.</b> <i>italics.</i> <a>link.</a>
  165.  
  166. </div>
  167.  
  168. <a href="https://roleplay.chat/profile.php?user=wife"><div class="credit"></div></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement