Skip to content

Instantly share code, notes, and snippets.

@Claire
Last active November 16, 2017 00:00
Show Gist options
  • Save Claire/dfd675cfea2d304bd69daaa6c4075953 to your computer and use it in GitHub Desktop.
Save Claire/dfd675cfea2d304bd69daaa6c4075953 to your computer and use it in GitHub Desktop.
How to blur content in css
html {
filter:blur(2px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment