Created
February 5, 2020 09:26
-
-
Save bwonur/1701a4d297cdf0325e544fe395a5ec07 to your computer and use it in GitHub Desktop.
background-blur.css
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
.background-blur | |
{ | |
backdrop-filter: saturate(180%) blur(20px); | |
background-color: rgba(255,255,255,0.7); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment