Design comparison
Community feedback
- @Marco90vPosted almost 2 years ago
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 helpful0@gabscarlosPosted almost 2 years ago@Marco90v Hi! It got the corners due to lack of attention, now that I saw in the design that it doesn't have the rounded corners. In mobile design it was right. Thank you very much.
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