Skip to content

Instantly share code, notes, and snippets.

@gastonambrogi
Created February 9, 2017 20:41
Show Gist options
  • Save gastonambrogi/3d847fe9dd0c995c10abddc081678a5c to your computer and use it in GitHub Desktop.
Save gastonambrogi/3d847fe9dd0c995c10abddc081678a5c to your computer and use it in GitHub Desktop.
Blurring
img {
filter: blur(10px);
transform: scale(1.5);
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment