Frontend Mentor Challenge 6: Four Card Feature Section.

Solution retrospective
I didn't want to use transform: translateY();
to position the first and last cards on desktop. I thought there was a way to do it with flex only, but I couldn't figure it out. It would be great if someone could tell me how to do it with flex only( I don't want to put the middle cards in a flex-direction: column;
div and make the main card container a flex-direction: row;
div ).
Please log in to post a comment
Log in with GitHubCommunity feedback
- @meghaspatil1
flex direction with column would be more easy.
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