Responsive 3-column-preview-card-component
Design comparison
Solution retrospective
Hopefully this is good enough?!
Community feedback
- @correlucasPosted over 2 years ago
πΎHello again Jerry, congratulations for your new solution!
In this challenge you don't need to make so many media queries for the component desktop, if the cards are responsive they'll scale with the screen. So you can remove the media queries and let only the one for the mobile version.
For the mobile version you can let the cards grow 100% of the screen less the margins. This will give your solution a better aspect for both mobile and desktop version.
For the cards, they need to be more rounded so you can use a value around
border-radius: 14px;
π I hope this helps you and happy coding!
0
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