Skip to content

Instantly share code, notes, and snippets.

View CrowleyDavid's full-sized avatar

David Crowley CrowleyDavid

  • FreqTec
  • Cork, Ireland
View GitHub Profile
@pascalmaddin
pascalmaddin / parallax-image-with-text.html
Last active May 14, 2021 14:38
An Image with parallax-effect and with some text, which is fading out while scrolling
<div id="banner">
<div class="wrap-center">
<div class="banner-centered" id="banner-text">
<h2>Hello <strong>We Are Company-Name</strong>, Glad To See You. :-)</h2>
</div>
</div>
</div>