Skip to content

Instantly share code, notes, and snippets.

@xto3na
Created May 17, 2016 11:33
Show Gist options
  • Save xto3na/9f09b3e76f95183151e2889c15870a48 to your computer and use it in GitHub Desktop.
Save xto3na/9f09b3e76f95183151e2889c15870a48 to your computer and use it in GitHub Desktop.
Safary Parallax
#background-image {
z-index: -1;
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-size: 100%;
background-image: url("../../images/background_320.jpg");
background-attachment: fixed;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment