Skip to content

Instantly share code, notes, and snippets.

@smlparry
Last active March 4, 2019 06:31
Show Gist options
  • Save smlparry/398a1b84f1030797e8ad7297fba906d2 to your computer and use it in GitHub Desktop.
Save smlparry/398a1b84f1030797e8ad7297fba906d2 to your computer and use it in GitHub Desktop.
.parallax-container {
// ...
}
.background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transform: translateZ(0px);
}
.foreground {
margin-top: auto;
margin-bottom: 50px;
transform-origin: 0;
transform: translateZ(3px);
}
.foreground h1 {
font-size: 36px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment