Advertisement
CornyGoose

CSS

Mar 20th, 2021
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. body {
  2. overflow: hidden;
  3. line-height: 20px;
  4. background-color: #000000;
  5. }
  6.  
  7. #txt {
  8. position: fixed;
  9. top: 15vw;
  10. left: 64.5vw;
  11. width: 12.4vw;
  12. height: 42vw;
  13. padding: 10px;
  14. color: #a18e98;
  15. background-image: linear-gradient(0.65turn, #5b6a88,#264042,transparent,transparent,transparent);
  16. opacity: ;
  17. overflow: hidden;
  18. z-index: 20;
  19. }
  20.  
  21. .txsc {
  22. position: absolute;
  23. width: 12vw;
  24. height: 8vw;
  25. font-size: 0.9vw;
  26. text-align: right;
  27. font-family: 'Benne', serif;
  28. oveflow: auto;
  29. }
  30.  
  31. #bbg {
  32. position: fixed;
  33. top: 0vw;
  34. left: 66vw;
  35. width: 40vw;
  36. height: 90vw;
  37. background-image: url(https://www.transparenttextures.com/patterns/asfalt-dark.png),linear-gradient(to left, #56515e,#264042,transparent,transparent,transparent);
  38. z-index: 12;
  39. }
  40.  
  41. #bbg2 {
  42. position: fixed;
  43. top: 0vw;
  44. left: 0vw;
  45. width: 40vw;
  46. height: 90vw;
  47. background-image: url(https://www.transparenttextures.com/patterns/asfalt-dark.png),linear-gradient(to right,#264042,transparent,transparent,transparent);
  48. z-index: 12;
  49. }
  50.  
  51. #homie {
  52. position: fixed;
  53. top: ;
  54. left: 3vw;
  55. filter: hue-rotate(130deg);
  56. z-index: 5;
  57. }
  58.  
  59. img {
  60. border-style: none;
  61. }
  62.  
  63. i {
  64. font-style: italic;
  65. }
  66.  
  67. #img {
  68. position: fixed;
  69. top: 3vw;
  70. left: 73vw;
  71. opacity: ;
  72. filter: invert(100%) hue-rotate(
  73. 140deg
  74. ) saturate(80%);
  75. z-index: 16;
  76. }
  77.  
  78. #homie {
  79. position: fixed;
  80. top: ;
  81. left: 3vw;
  82. filter: hue-rotate(
  83. 130deg
  84. );
  85. z-index: 5;
  86. }
  87.  
  88. #orb {
  89. position: fixed;
  90. top: -5.5vw;
  91. left: -14.5vw;
  92. opacity: .2;
  93. filter: hue-rotate(
  94. 100deg
  95. ) sepia(100%);
  96. z-index: 6;
  97. }
  98.  
  99. p {
  100. display: block;
  101. margin-block-start: 1em;
  102. margin-block-end: 1em;
  103. margin-inline-start: 0px;
  104. margin-inline-end: 0px;
  105. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement