Design comparison
SolutionDesign
Solution retrospective
Great example that practice makes perfect and I can learn something new even with small projects. Took me a long time to learn that I can load two background images on body element. Until then I spent 1h to add them through two div elements with absolute positioning but that was messing up page flow and entire body element was getting moved to the right. Also I've found that using margin: 0 auto; is more elegant than using flex twice on parent and child to get it in to the middle.
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