Design comparison
Solution retrospective
Your feedbacks are highly appreciated ! :)
Community feedback
- @coderSureshPosted about 3 years ago
Hey there, it's codersuresh here. Your component looks good and I was not able to find any major issue.
I saw there is an accessibility issue detected by the frontend mentor.
To solve it, you can replace the h3 tag with an h2 tag. Because heading levels should only increase by one.
h1 h2 h3 h4 h5 h6
It's a good practice to use these headings one after another without jumping. For example, h2 should come after h1 not h3 or h4 or h5 or h6.
If you want small font, you can do it manually with CSS.
Marked as helpful1@Elab4d1Posted about 3 years ago@coderSuresh Thank you for your feedback, that's good advice thank you.
0
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