Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I did desktop view first.Next time I would start with mobile view first and use flexbox layout.
What challenges did you encounter, and how did you overcome them?I put paragraph with text and bottom stats section into same div because of their same width in desktop design. It gave me challenge to make them "space between" as it is done in flexbox. Finally grid-template-rows: 1fr; did the job , when it by default gave paragraph: "1fr" and stats section: "auto" placing sub elements to top and bottom of the parent.
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