Design comparison
SolutionDesign
Solution retrospective
The border radius on the card didn't affect the image. I need help on getting that done. Thanks.
Community feedback
- @IEdiongPosted almost 3 years ago
Hello Azeezat 👋,
- For the
border-radius
:
.card { overflow: hidden; }
adding the above code to the
.card
selector would fix the border-radius issue.- Your background for the body is not set.
- The hover state of the
<a>
are not set too. - Also, look into the accessibility issues raised here.
I hope this was helpful, Shalom!
Marked as helpful0 - For the
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