Latest solutions
Pricing component with toggle (HTML, CSS, JS)
#accessibility#vanilla-extractSubmitted about 1 year agoCoding bootcamp testimonials slider (HTML, CSS, JS)
#accessibility#vanilla-extractSubmitted about 1 year agoInteractive pricing component (HTML, CSS, JS)
#accessibility#vanilla-extractSubmitted about 1 year agoMortgage repayment calculator (HTML, CSS, JS)
#accessibility#vanilla-extractSubmitted about 1 year ago
Latest comments
- @gabscarlos@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