Skip to content

Instantly share code, notes, and snippets.

@mrnejc
Last active August 29, 2015 14:00
Show Gist options
  • Save mrnejc/11502733 to your computer and use it in GitHub Desktop.
Save mrnejc/11502733 to your computer and use it in GitHub Desktop.
blur image
img {
-webkit-filter: blur(10px);
-moz-filter: blur(10px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment