Skip to content

Instantly share code, notes, and snippets.

@Gordondalos
Forked from agragregra/cssblur.css
Created November 5, 2015 04:33
Show Gist options
  • Save Gordondalos/0ebc2590cfd00cf52bba to your computer and use it in GitHub Desktop.
Save Gordondalos/0ebc2590cfd00cf52bba to your computer and use it in GitHub Desktop.
CSS Stand-Alone Blur Overlay
.class {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'3\'/></filter></svg>#blur");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment