Skip to content

Instantly share code, notes, and snippets.

@egavrilov
Created February 18, 2016 09:49
Show Gist options
  • Save egavrilov/be74b1f8693dbf770557 to your computer and use it in GitHub Desktop.
Save egavrilov/be74b1f8693dbf770557 to your computer and use it in GitHub Desktop.
blur element
.clbh_blur {
-webkit-filter: blur(3px);
filter: blur(3px);
filter: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cfilter%20id%3D%22blur%22%3E%3CfeGaussianBlur%20stdDeviation%3D%223%22/%3E%3C/filter%3E%3C/svg%3E#blur);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment