3 Column preview card

Solution retrospective
This was the second challenge that i had been completed and it seems my skills are improving a bit by bit.. visitors review my solution and help me grow
Please log in to post a comment
Log in with GitHubCommunity feedback
- @tediko
Hello, Adam! 👋
Congrats on finishing another challenge! 🎉 Your solution looks very good and also responds well. Here's my few tips:
- Change the
alt
attributes for the icons images, as they don't add any extra context for screen reader users. Since your images are decorative youralt
text should be provided empty (alt="") so that they can be ignored by assistive technologies. - Read about semantic. Semantic elements lead to more consistent code, they are easier to read and improve accessibility.
Good luck with that, have fun coding! 💪
Marked as helpful - Change the
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