Product card component using html and css

Please log in to post a comment
Log in with GitHubCommunity feedback
- @davidmoreau2
spot on. make sure to use border radius on the image to get the rounded corners can be written as
img { border-radius: 20px 0 0 20px; }
the order for the numbers is top-left top-right bottom-right bottom-left
you also need increase the font size on the larger site so the text fills the whole screen
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