Skip to content

Instantly share code, notes, and snippets.

@nidnogg
Created April 17, 2023 06:33
Show Gist options
  • Save nidnogg/e64aee0dd9215e7f89d289c98abb907b to your computer and use it in GitHub Desktop.
Save nidnogg/e64aee0dd9215e7f89d289c98abb907b to your computer and use it in GitHub Desktop.
CSS frosted glass
/* A simple CSS frosted glass effect, just in case */
.glass {
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
background-color: rgba(0, 0, 0, 0.2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment