Design comparison
SolutionDesign
Solution retrospective
Hello, this project was a bit hard but very interesting to do ! Any advice will be much appreciated ! :D
Community feedback
- @RioCantrePosted almost 3 years ago
Hello there! Great work with this one. Regarding the solution you submitted, I think you should also take notes of the following…
- Add the background color of the footer. Try using position in the
footer
and addz-index: -1;
to place it at the back of the last section content. Another approach would be, to add the full height of thefooter
first then, position thesection-2
part with relative and addz-index: 1
to place it in front of thefooter
content
Above all, The design looks good. Keep it up! Hope this is helpful!
1 - Add the background color of the footer. Try using position in the
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord