3-Column-React-Card-Component

Solution retrospective
My questions: Can you please elaborate better way of providing separate styles to separate components? My styled component is a mess. How can I manage my styled-components so that I follow the DRY principle?
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@karthik2265
Hey raj kiran well done,
The app looks great.
few things to note,
- The card components have border radius for wrong edges in the mobile.
- The responsiveness can be improved at a certain screen size like 730px the app shows 2 cards side by side and one card below and at some point the 3rd card becomes bigger in height compared to the other two cards. these can be fixed by using flexbox for positioning of cards based on screen size using media queries.
Thank you
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