Skip to content

Instantly share code, notes, and snippets.

@izifortune
Created January 14, 2014 13:15
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save izifortune/8418129 to your computer and use it in GitHub Desktop.
Save izifortune/8418129 to your computer and use it in GitHub Desktop.
Simple parallax effect for background image
.parallax-image {
background: url() repeat center center fixed;
background-clip: padding-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment