Design comparison
Solution retrospective
If anyone has any general feedback on how to improve it then please comment! I feel like I rely too much on flexbox, is that a bad thing?
Community feedback
- @ApplePieGiraffePosted almost 4 years ago
Hey, great job on this challenge, Chris! π
Your solution looks nice! π
It's definitely not a bad thing to use flexbox a whole bunch in your projectsβthe whole reason flexbox was invented was to make laying out things in CSS easier, and it does! There are just a few instances where using CSS grid might be a better choice (for like, two-dimensional layouts), but it isn't needed in this challenge. π
I only suggest adding a heading tag to your card (rather than just using the strong tag) to make your HTML more semantic! π
Keep coding (and happy coding, too)! π
0
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