Skip to content

Instantly share code, notes, and snippets.

@bwonur
Created February 5, 2020 09:26
Show Gist options
  • Save bwonur/1701a4d297cdf0325e544fe395a5ec07 to your computer and use it in GitHub Desktop.
Save bwonur/1701a4d297cdf0325e544fe395a5ec07 to your computer and use it in GitHub Desktop.
background-blur.css
.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