Created
August 23, 2023 20:57
-
-
Save yairEO/39f178877e3278b7169edc238112745d to your computer and use it in GitHub Desktop.
Hide everything inside a DOM node:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
content: linear-gradient(transparent, transparent); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is different from
display: none
and fromopacity: 0
orvisibility: hidden
.