
Design comparison
Solution retrospective
I’d love to know how to make the cards the same size across different devices, I used max-width and max-height but one of the cards has a different height.
Also, I usually design in px first and then convert the measurements to rem— is there a better practice for this?
I’d also love to know how you decide when to use Flexbox or Grid. In this case, I used Flexbox, but I could have used Grid too.
Any suggestions on how to improve my code are welcome!
Community feedback
- @AdanMaidanaPosted 2 days ago
Good work, but you can try building your desktop layout with a grid without flexbox, because that gives you better control of the content, doing it with 3 columns and 4 rows is very easy to do the challenge.
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