Design comparison
Solution retrospective
Any feedback is appreciated
What do you think? Out of 10? Please be honest, I can take it :)
Community feedback
- @mattstuddertPosted over 4 years ago
Awesome work on this challenge! I'd give it a solid 8 👍
As you can see in the design comparison there are a few small areas that can be improved to match up to the design. Nothing major, just small spacing, and sizing tweaks.
You're also using
h1
,h3
, andh5
headings with noh2
orh4
. I'd recommend avoiding skipping heading levels unnecessarily. This can cause accessibility issues in the content hierarchy for screen reader users. So if you've got 3 levels in your hierarchy, you should be usingh1
,h2
, andh3
.I hope this helps. Keep up the great work! 🙌
1@mladendjokovicPosted over 4 years ago@mattstuddert Thank you on the feedback, I really appreciate it. Didn't know the headings could cause accessibility issues, will keep that in mind.
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