Skip to content

Instantly share code, notes, and snippets.

@khripunovpp
Created August 30, 2019 13:13
Show Gist options
  • Save khripunovpp/df256c267f1855aa78482c8af1d286ea to your computer and use it in GitHub Desktop.
Save khripunovpp/df256c267f1855aa78482c8af1d286ea to your computer and use it in GitHub Desktop.
glassy effect
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
.modal {
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
background-color: rgba(255, 255, 255, 0.5);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment