Last active
November 16, 2017 00:00
-
-
Save Claire/dfd675cfea2d304bd69daaa6c4075953 to your computer and use it in GitHub Desktop.
How to blur content in 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
html { | |
filter:blur(2px); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment