Skip to content

Instantly share code, notes, and snippets.

@alexbruno
Created July 8, 2022 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexbruno/225ae96077dd7961b8eace79236bd7f8 to your computer and use it in GitHub Desktop.
Save alexbruno/225ae96077dd7961b8eace79236bd7f8 to your computer and use it in GitHub Desktop.
Efeito de vidro fosco para background com TailwindCSS
.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