Advertisement
Guest User

gu

a guest
Oct 27th, 2023
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1.  
  2. body::before {
  3. content: " ";
  4. display: block;
  5. position: fixed;
  6. top: 0;
  7. left: 0;
  8. bottom: 0;
  9. right: 0;
  10. background: linear-gradient(rgba(12, 5, 15, 0) 50%, rgba(0, 0, 0, 0.384) 50%);
  11. z-index: 2;
  12. background-size: 100% 2px, 3px 100%;
  13. pointer-events: none;
  14. z-index:200;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement