Submitted about 1 year ago
3 column preview card component using Flexbox
@danielmrz-dev
Design comparison
SolutionDesign
Solution retrospective
Tried this one using CSS Grid, but I couldn't do it. The final result was quite good though.
Community feedback
- @AbderrahmaneGuerinikPosted about 1 year ago
Nice work !
For using grid is pretty easy here is the code :
main { display: grid; grid-template-column: repeat(3, 1fr); }
- btw i recommend using rem unit instead of px
Hope this will help you !😉
4
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