Responsive Four Card using Flexbox

Solution retrospective
I've been using flexbox a lot for my project and used the flexbox for the main container of the cards to have flex-direction: row
. As for the middle part I used flex-direction: column
. Could this be done using display: grid
?
Any feedback would be appreciated. Thank You!
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Josh Michael's solution.
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