Skip to content

Instantly share code, notes, and snippets.

View AshboDev's full-sized avatar

Ash Scott AshboDev

View GitHub Profile
@AshboDev
AshboDev / parallax-image-with-text.html
Created November 21, 2016 19:23 — forked from pascalmaddin/parallax-image-with-text.html
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>