Design comparison
Solution retrospective
I used more Flex in it , but would love to do it with grid.
What challenges did you encounter, and how did you overcome them?I did not figure out how to center those two cards and other besid them with flex but i did it with custom heights in tailwind
What specific areas of your project would you like help with?It is still not Responsive in all screen .The cards looks jumbled.
Community feedback
- @laura-nguyenPosted 3 months ago
Good attempt! As you mentioned, the cards do look a bit jumbled on the desktop because they are in four columns instead of three. I recommend using CSS Grid instead of Flexbox to arrange the cards. Grid allows you to define the number of columns more precisely, which helps in creating a more organized layout. Additionally, Grid automatically spaces out the elements evenly, providing a more balanced and visually appealing design compared to Flexbox.
Marked as helpful1
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