CornyGoose

CSS

Oct 12th, 2020
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1.  
  2. body {
  3. display: block;
  4. position: fixed;
  5. top: 0;
  6. left: 0;
  7. bottom: 0;
  8. right: 0;
  9. width: 100%;
  10. height: 100%;
  11. border: 0;
  12. margin: 0;
  13. padding: 0;
  14. background-color: #d9d9d9;
  15. background-image: url("https://www.transparenttextures.com/patterns/always-grey.png");
  16. background-size: 4%;
  17. background-position: center;
  18. background-repeat: repeat;
  19. z-index: 0;
  20. }
  21.  
  22. .picture {
  23. background-image: url(https://i.imgur.com/Tt0YIr7.png);
  24. background-size: 52vw;
  25. background-repeat: no-repeat;
  26. position:absolute;
  27. top: 7vh;
  28. left: 30vh;
  29. width: 100vh;
  30. height: 120vh;
  31. transform: rotate(10deg);
  32. z-index: 3;
  33. }
  34.  
  35. .picture2 {
  36. background-image: url(https://ervirath.com/wp-content/uploads/2019/06/Slime-1.gif);
  37. background-size: 10vw;
  38. background-repeat: no-repeat;
  39. position:absolute;
  40. top: -1.45vh;
  41. left: 63.5vh;
  42. width: 100vh;
  43. height: 120vh;
  44. transform: rotate(-10deg);
  45. z-index: 3;
  46. }
  47.  
  48.  
  49. .box1{
  50. position: absolute;
  51. width: 58vh;
  52. height: 56vh;
  53. left: 25vh;
  54. top: 30vh;
  55. border: .5vh solid #000000;
  56. background: #;
  57. font-size: 3vh;
  58. color: #311C23;
  59. -webkit-border-radius: 10px;
  60. -moz-border-radius: 10px;
  61. border-radius: 10px;
  62. overflow-y: scroll;
  63. transform: rotate(-10deg);
  64. z-index: 5;
  65. }
  66.  
  67.  
  68. .picture {
  69. background-image: url(https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/0434ebe4-43fd-4e8c-a686-5f8eae24ce32/dcu690n-efcbf4fc-9290-401c-806a-a8eb42b9116b.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOiIsImlzcyI6InVybjphcHA6Iiwib2JqIjpbW3sicGF0aCI6IlwvZlwvMDQzNGViZTQtNDNmZC00ZThjLWE2ODYtNWY4ZWFlMjRjZTMyXC9kY3U2OTBuLWVmY2JmNGZjLTkyOTAtNDAxYy04MDZhLWE4ZWI0MmI5MTE2Yi5wbmcifV1dLCJhdWQiOlsidXJuOnNlcnZpY2U6ZmlsZS5kb3dubG9hZCJdfQ.LDKJrCHSYJ8zb0Ao6HIGXkWO2w89VXeZ7Kqxo07m-bQ);
  70. background-size: 35vw;
  71. background-repeat: no-repeat;
  72. position:absolute;
  73. top: 12vh;
  74. left: 55%;
  75. width: 100vh;
  76. height: 120vh;
  77. left: vh;
  78. z-index: 2;
  79. }
  80.  
  81.  
  82. .lights {
  83. background-image: url(https://i.pinimg.com/originals/e3/91/2d/e3912d879f7e3f8f350bbda2f4409bf8.gif);
  84. background-size: 100vw;
  85. background-repeat: no-repeat;
  86. position:absolute;
  87. top: 0vh;
  88. left: 0vh;
  89. width: 500vh;
  90. height: 200vh;
  91. left: vh;
  92. z-index: -1;
  93. opacity: .1;
  94. }
  95.  
  96.  
  97. a {color: #311C23;
  98. text-decoration: none;
  99. -webkit-transition: all 0.5s ease-in-out;
  100. -moz-transition: all 0.5s ease-in-out;
  101. -o-transition: all 0.5s ease-in-out;
  102. -ms-transition: all 0.5s ease-in-out;
  103. transition: all 0.5s ease-in-out;
  104. }
  105.  
  106. a:hover {color: #fff;
  107. text-decoration: bold;
  108. -webkit-transition: all 0.5s ease-in-out;
  109. -moz-transition: all 0.5s ease-in-out;
  110. -o-transition: all 0.5s ease-in-out;
  111. -ms-transition: all 0.5s ease-in-out;
  112. transition: all 0.5s ease-in-out;
  113. }
  114.  
  115.  
  116. ::-webkit-scrollbar-track
  117. {
  118. -webkit-box-shadow: inset 0 0 0.6vw rgba(0,0,0,0.3);
  119. border-radius: 0vw;
  120. background-color: #;
  121. }
  122.  
  123. ::-webkit-scrollbar
  124. {
  125. width: 0vh;
  126. background-color: #;
  127. }
  128.  
  129. ::-webkit-scrollbar-thumb
  130. {
  131. border-radius: 0vw;
  132. -webkit-box-shadow: inset 0 0 0.6vw rgba(0,0,0,.3);
  133. background-color: #;
  134. }
  135.  
  136. font-family: 'Special Elite', cursive;
Add Comment
Please, Sign In to add comment