Skip to content

Instantly share code, notes, and snippets.

@OlgaCoin
Forked from agragregra/cssblur.css
Created May 29, 2017 22:47
Show Gist options
  • Select an option

  • Save OlgaCoin/4de129ae23d26b0fd6f15b4ac67945e5 to your computer and use it in GitHub Desktop.

Select an option

Save OlgaCoin/4de129ae23d26b0fd6f15b4ac67945e5 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