Refactoring parallax background

This commit is contained in:
jme9
2024-12-10 17:17:32 -08:00
parent 2cec6d3c1b
commit 4ce963d21e
4 changed files with 104 additions and 73 deletions
+10 -9
View File
@@ -233,15 +233,16 @@
</form>
</div>
</section>
<section class="page-bottom-section"></section>
<section id="credits" class="credits-section">
<div class="credits-box">
<div class="title-text">
<p>I made this website! Copyright Jesse M. Ellis 2024 &#128522</p>
</div>
</div>
</section>
</div>
<section id="credits" class="credits-section">
<div class="parallax-layer layer-1"></div>
<div class="parallax-layer layer-2"></div>
<div class="parallax-layer layer-3"></div>
<div class="credits-box">
<div class="title-text">
<p>I made this website! Copyright Jesse M. Ellis 2024 &#128522</p>
</div>
</div>
</section>
</body>
</html>