@gabscarlosSubmitted almost 2 years ago
Marco Velasquez
@Marco90vAll comments
- @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