Created
July 8, 2022 19:06
-
-
Save alexbruno/225ae96077dd7961b8eace79236bd7f8 to your computer and use it in GitHub Desktop.
Efeito de vidro fosco para background com TailwindCSS
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
.bg-frost-glass-fx { | |
backdrop-filter: blur(5px); | |
@apply bg-white bg-opacity-25 shadow-md; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment