Created
July 24, 2014 05:10
-
-
Save awhedbee22/8c99a8e7a7757876f5be to your computer and use it in GitHub Desktop.
CSS Gaussian Blur
This file contains hidden or 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
-webkit-filter: blur(5px); | |
-moz-filter: blur(5px); | |
-o-filter: blur(5px); | |
-ms-filter: blur(5px); | |
filter: blur(5px); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment