3-column preview card component in HTML and CSS

Solution retrospective
Please, feel free to give me feedback if you want :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MarkosComK
Maybe remove the
alt="Sedans icon"
description will be better cause decorative images won't need an alternative description, they need be ignored for screen readers.You can also add an:
aria-hidden="true"
to be sure they'll be ignored.
You need some semantic tag to encapsulate the elements on the page. An <main> tag will help you.
I hope I'm helping you!
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