Skip to content

Commit

Permalink
Fix broken footer
Browse files Browse the repository at this point in the history
  • Loading branch information
sinc0115 committed Oct 11, 2021
1 parent a042ba9 commit 67760d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
8 changes: 3 additions & 5 deletions Parallax Sunset/parallax-sunset.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
<!-- SUN ENDS -->

<!-- WAVES -->
<div class="wave one"></div>
<div>
<img src="images/wave.svg" alt="" class="wave one">
</div>
<div>
<img src="images/wave.svg" alt="" class="wave two">
</div>
Expand All @@ -32,10 +34,6 @@
</div>
<!-- WAVES END -->

<!-- FOOTER -->
<div class="footer"></div>
<!-- FOOTER ENDS -->

</div>
<!-- CONTAINER ENDS -->

Expand Down
9 changes: 0 additions & 9 deletions Parallax Sunset/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,3 @@ img.wave {
transform: translateY(1vh);
}
}

.footer {
background-image: linear-gradient(#032B43, #011522);
box-shadow: 0 -20px 200px #032B43;
position: relative;
height: 50vh;
width: 100vw;
z-index: 2;
}

0 comments on commit 67760d8

Please sign in to comment.