Design comparison
SolutionDesign
Solution retrospective
I found it impossible for me to correctly display the footer element correctly because it kept on overlapping the main element when the page was zoomed in so I deleted it altogether. Feel free to give any advice to improve my coding thank you!
Community feedback
- @danielmrz-devPosted 9 months ago
Hello @Poumdg!
Your project looks really good!
I just have one suggestion:
- You don't need separate containers or
::before
and::after
to create that background pattern. You can use bothbackground-color
andbackground-image
together on the body. They will not cancel each other.
I hope it helps!
Other than that, great job!
0 - You don't need separate containers or
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