-
-
Save khripunovpp/df256c267f1855aa78482c8af1d286ea to your computer and use it in GitHub Desktop.
glassy effect
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
@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