Skip to content

Instantly share code, notes, and snippets.

@caffeinewriter
Created May 25, 2014 15:20
Show Gist options
  • Save caffeinewriter/0616a9bfa6564f0c328b to your computer and use it in GitHub Desktop.
Save caffeinewriter/0616a9bfa6564f0c328b to your computer and use it in GitHub Desktop.
CSS Blur
Display the source blob
Display the rendered blob
Raw
<svg version="1.1" xmlns="http://www.w3.org/2000/svg">
<filter id="blur">
<feGaussianBlur stdDeviation="3" />
</filter>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment