Created
July 13, 2023 23:56
-
-
Save mayognaise/9a202a33bf80723833f4cba19dca91a9 to your computer and use it in GitHub Desktop.
Mask gradient css
This file contains hidden or 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
.mask-gradient-bottom { | |
mask-image: linear-gradient(to bottom, black 2%, transparent 98%); | |
} | |
.mask-gradient-top { | |
mask-image: linear-gradient(to top, black 2%, transparent 98%); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment