Skip to content

Commit

Permalink
Fix responsive resizing, add screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
sinc0115 committed Oct 11, 2021
1 parent 58727bf commit df8e4b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Binary file added Parallax Sunset/Sunset-Screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 4 additions & 7 deletions Parallax Sunset/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ img.wave {
width: 100vw;
display: block;
position: absolute;
bottom: 0;
top: 40vh;
}

.wave.one {
Expand Down Expand Up @@ -70,11 +70,8 @@ img.wave {
.footer {
background-image: linear-gradient(#032B43, #011522);
box-shadow: 0 -20px 200px #032B43;
display: block;
position: absolute;
top: 100%;
left: 0;
right: 0;
height: 500px;
position: relative;
height: 50vh;
width: 100vw;
z-index: 2;
}

0 comments on commit df8e4b0

Please sign in to comment.