3 Column Card

Solution retrospective
Any feedback?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @rngueco
Hi Danilo!
This looks great. Good job! 👍
In the future, you might want to add an
alt
attribute to yourimg
elements. Thealt
attribute provides detail about the contents of theimg
element so that screen readers will be able to describe the image. But in this project, the images used do not convey any meaning nor does it add information to the content, so an emptyalt
attribute would be appropriate (this will make screen readers ignore the image as if it isn't part of the page).Cheers and happy coding! 🎉
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