PreviewCard Component

Please log in to post a comment
Log in with GitHubCommunity feedback
- @a-ahmed151
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 helpful
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