3-Column Layout w/ Flex and Grid

Solution retrospective
This is my third challenge. So far, I do the mobile layout first, then make alterations for the desktop version in a media query. What else should I be considering? Is the result of my layout satisfactory to the design? How is the organization of my CSS? What other tips or tricks might I employ? Any and all feedback is helpful. Thanks!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @bramuccci
Hey, this is pretty awesome! The only things I want to say is that the
padding
in.preview-card-section
is a little arbitrary, I think3rem
is better. And don't useborder-radius
in individuals card, instead.preview-card { border-radius: 0.5rem }
is easy to deal. Again, great work. Keep going~Marked as helpful
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