3 column preview card component main

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Marco90v
Hi gabriel, in your solution I saw that the cards have rounded edges on all corners.
To avoid that you can add the cards in a parent container, to this container you add to the stylesheets overflow:hidden so that the child elements do not overflow the parent container and additionally you place the rounded corners to the parent container, to the child cards you remove the rounded corners and so it will be more in line with the design.
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