
Design comparison
SolutionDesign
Community feedback
- @a-ahmed151Posted about 1 month ago
Nice solution you made here. But I notice you have the border radius on the image and box instead of the main container. That makes the corner not round when in desktop mode. Making the change is the media query in the end may help or making the change on the main container.
border-radius: 10px;
overflow: hidden;
I think this would fix it.Marked as helpful0
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