Created
November 8, 2021 19:48
-
-
Save gmcusaro/4f166972c9d1ded9e2c1df253bd9eab0 to your computer and use it in GitHub Desktop.
Blue effect
This file contains hidden or 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
.blur { | |
background-color: #ffffff10; | |
backdrop-filter: blur(12px); | |
-webkit-backdrop-filter: blur(12px); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment