Advertisement
Chibi-Elle

INOUE [WIP]

Nov 24th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(//fonts.googleapis.com/css?family=Pinyon+Script|Lilita+One|Kaushan+Script|Gayathri|Overlock|Sail|Sonsie+One|Neucha);
  3.  
  4. body {
  5. background-color: #fff;
  6. background-image: linear-gradient(to left, #000, #010201, #030604, #030805, #050D07, #061008);
  7. background-position: center;
  8. background-size: 100%;
  9. background-repeat:no-repeat;
  10. }
  11.  
  12. #bitch {
  13. position: fixed;
  14. left: 0px;
  15. right: 0px;
  16. top: 0px;
  17. bottom: 0px;
  18. }
  19.  
  20. #overlay {
  21. position: fixed;
  22. z-index: -1;
  23. background-image: url('');
  24. background-repeat: repeat;
  25. background-size: 1%;
  26. top: 0px;
  27. left: 0px;
  28. bottom: 0px;
  29. right: 0px;
  30. }
  31.  
  32. ::-webkit-scrollbar-track {
  33. background-color:;
  34. }
  35.  
  36. ::-webkit-scrollbar-thumb {
  37. background-color:;
  38. }
  39.  
  40. ::-webkit-scrollbar {
  41. width:0px;
  42. height:0px;
  43. }
  44.  
  45. #container {
  46. position: absolute;
  47. height: 500px;
  48. width: 900px;
  49. left: 17%;
  50. top: 11%;
  51. border: 0px solid #000;
  52. background-image: linear-gradient(to left, #000, #010201, #030604, #030805, #050D07, #061008);
  53. background-repeat: no-repeat;
  54. background-size: 100%
  55. box-shadow: 0px 0px 20px 20px #000;
  56. }
  57.  
  58. #snek {
  59. position: absolute;
  60. z-index: 2;
  61. background-color: transparent;
  62. border-radius: 0%;
  63. height: 200px;
  64. width: 330px;
  65. background-image: url('https://assets.stickpng.com/images/580b57fbd9996e24bc43bce1.png');
  66. background-repeat: no-repeat;
  67. background-size: 80%;
  68. filter: grayscale(50%);
  69. opacity: 0.7;
  70. bottom: -79px;
  71. right: -103px;
  72. }
  73.  
  74. #gif {
  75. position: absolute;
  76. bottom: 310px;
  77. right: 10px;
  78. width: 230px;
  79. height: 180px;
  80. background-image: url('https://i.makeagif.com/media/4-28-2015/aR8TKv.gif');
  81. background-repeat: no-repeat;
  82. background-size: 106%;
  83. filter: grayscale(100%);
  84. z-index: 1;
  85. }
  86.  
  87. #gif2 {
  88. position: absolute;
  89. bottom: 260px;
  90. right: 10px;
  91. width: 227px;
  92. height: 110px;
  93. background-image: url('https://i.pinimg.com/originals/65/13/07/6513074ae026cc30b83d21556701d341.gif');
  94. background-repeat: no-repeat;
  95. background-size: 100%;
  96. filter: grayscale(100%);
  97. z-index: 1;
  98. }
  99.  
  100. #gif3 {
  101. position: absolute;
  102. bottom: 138px;
  103. right: 10px;
  104. width: 227px;
  105. height: 100px;
  106. background-image: url('https://i.pinimg.com/originals/37/d3/45/37d34550963e5a7306810197703b2476.gif');
  107. background-repeat: no-repeat;
  108. background-size: 100%;
  109. filter: grayscale(100%);
  110. z-index: 1;
  111. }
  112.  
  113. #gif4 {
  114. position: absolute;
  115. bottom: 10px;
  116. right: 10px;
  117. width: 227px;
  118. height: 107px;
  119. background-image: url('https://24.media.tumblr.com/694b5c1ad065d3a0caf96dbf1648c876/tumblr_mz9ewgHd9k1s5ghzmo1_400.gif');
  120. background-repeat: no-repeat;
  121. background-size: 100%;
  122. filter: grayscale(100%);
  123. z-index: 1;
  124. }
  125.  
  126. </style>
  127. <div id="bitch" oncontextmenu="return false;">
  128. <div id="overlay"></div>
  129. <div id="container">
  130. <div id="snek"></div>
  131. <div id="gif"></div>
  132. <div id="gif2"></div>
  133. <div id="gif3"></div>
  134. <div id="gif4"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement