Created
December 28, 2016 06:12
-
-
Save sudipbd/20330fc4028b26686f430a975e2d894f to your computer and use it in GitHub Desktop.
Parallax Background
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="parallax"></div |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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