Skip to content

Instantly share code, notes, and snippets.

@blackymetal
Created July 11, 2014 23:29
Show Gist options
  • Save blackymetal/af4351d16f8326ef0395 to your computer and use it in GitHub Desktop.
Save blackymetal/af4351d16f8326ef0395 to your computer and use it in GitHub Desktop.
blur effect with images
body {
background: url(background.jpg);
background-position: center;
background-attachment: fixed;
}
.container {
width: 500px;
height: 300px;
margin: 40px auto;
border-radius: 10px;
background: url(background-blur.jpg);
background-position: center;
background-attachment: fixed;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment