Design comparison
Solution retrospective
I'm most proud that I have created a nice-looking responsive design using flex-box.
What challenges did you encounter, and how did you overcome them?I faced challenges related to team-builder and karma card, so I've bundled those two cards into a div that would adapt to the design.
Community feedback
- @innitmanPosted 4 months ago
Nice solution!
I wonder if grid-template-areas might be an alternative way to do this and only need one grid, rather than nested grids/flex boxes? You could have all .cardSection as a grid, and the grid-template-areas might relate to each of the cards, with the "cross" design for desktop and the stacked design for mobile?
Marked as helpful0@ei-abdullahPosted 4 months ago@innitman Thanks for the review. if I'm being honest, I didn't have a strong grip on the CSS Grid, so I was left implementing this project through CSS Flexbox. I will surely keep Grid into consideration for my future projects.
1
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