Skip to content

Instantly share code, notes, and snippets.

@awhedbee22
Created July 24, 2014 05:10
Show Gist options
  • Save awhedbee22/8c99a8e7a7757876f5be to your computer and use it in GitHub Desktop.
Save awhedbee22/8c99a8e7a7757876f5be to your computer and use it in GitHub Desktop.
CSS Gaussian Blur
-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