Design comparison
SolutionDesign
Community feedback
- @davidmoreau2Posted 6 months ago
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
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