Skip to content

Instantly share code, notes, and snippets.

@sudipbd
Created December 28, 2016 06:12
Show Gist options
  • Save sudipbd/20330fc4028b26686f430a975e2d894f to your computer and use it in GitHub Desktop.
Save sudipbd/20330fc4028b26686f430a975e2d894f to your computer and use it in GitHub Desktop.
Parallax Background
<div class="parallax"></div
.parallax {
background-image: url("img/s6.jpg");
background-attachment: fixed;
background-position: 0 50px;
background-repeat: no-repeat;
background-size: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment