Responsive three-column cards

Solution retrospective
Was wondering if I took the right approach with using flexbox instead of grid or a different method altogether.
Right now I used a combination of flexbox and media queries, which I've never used before. Couldn't get it to work organically and to me it feels like I've bruteforced it at the moment, so I would like some feedback on my approach if possible.
At least it seems to work correctly at the specified widths of 1440px and 375px.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @AhmedAlharees
Nice job completing this challenge 👏 couple of notes for you:
- try separating the CSS code into different file, that's the best practice, and It will certainly makes it easier to work with.
- try giving the cards more space on mobile layout, it will make them look better.
- It doesn't matter in small project if it's flex-box or grid, they are both amazing and get the job done, plus if it works it works😅. other than that, good job, and good luck for you.
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