Design comparison
SolutionDesign
Solution retrospective
Found it difficult to extract useful utility classes for layout. That is something I'll have to work on in the future to keep things clean.
I'm curious, when you want to distribute some elements in a column; how do you decide to use flexbox or a one column grid? The CSS "gap" property seems really handy, so I often reach for grid to use that, and then default to flexbox if I want it lined up in a certain way to the parent (start, center, end).
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