QR Code solution (notools)

Solution retrospective
Would there be a benefit using flexbox in this challenge, as long as you now how traditional boxmodel works?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @danM51
@mgoerlich90 first great work on your first solution! maybe this might help... I find Flexbox a lot easier to layout one dimensional small-medium sized components, where its great at focusing on alignment. So if you see a one dimensional flow of content then flex, but if its more complex-> then Grid is awesome at tackling those scenarios.
Marked as helpful
Join 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