Responsive, Flexbox

Solution retrospective
any feedback ? :D
Please log in to post a comment
Log in with GitHubCommunity feedback
- @osoriodev
Hello @titocs, you have some accessibility issues.
- You are using an
h1
for each card title. There can only be oneh1
on the page. - You have an
h3
for the person's name and anh5
for the text "Verified Graduate", that doesn't make sense.
When you use HTML headings, you must follow a logical order like a book's index.
h1
h2
h3
h3
h3
h2
h2
Headings are usually separated by an
article
, asection
, etc. I hope it helps you 👍 - You are using an
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