Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm proud that I was able to build the project with my own hands without copying and pasting code. Next time, I would like to do the project more relaxed and not think about perfection, and thus be able to move forward faster in the building.
What challenges did you encounter, and how did you overcome them?It was very difficult to position the background images exactly as in the layout because they were larger than the viewport. In the end I realized that I just needed to use the overflow property on the body.
body { overflow: hidden; }
Community feedback
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