Skip to content

Instantly share code, notes, and snippets.

@proweb
Created March 12, 2020 10:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save proweb/b63a677f0a7e285909c310af95ffb886 to your computer and use it in GitHub Desktop.
Save proweb/b63a677f0a7e285909c310af95ffb886 to your computer and use it in GitHub Desktop.
How to make a background blur in CSS with one line of code
backdrop-filter: blur(5px);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment