Skip to content

Instantly share code, notes, and snippets.

@skwebs
Forked from smlparry/css-parallax-4.html
Created June 24, 2019 13:06
Show Gist options
  • Save skwebs/699f7c16f0cc5d520c502677d47e8af0 to your computer and use it in GitHub Desktop.
Save skwebs/699f7c16f0cc5d520c502677d47e8af0 to your computer and use it in GitHub Desktop.
<div class="parallax-container">
<div class="background">
<img class="background__image" src="https://path/to/image.jpg" />
</div>
<div class="foreground">
<div class="foreground__content">
<h1>Oooo, parallax</h1>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment