Design comparison
SolutionDesign
Community feedback
- @AnaCarol2001Posted 2 months ago
Hey! Congratulations on completing this challenge.
I noticed you used
h4
for the heading, but it's important not to skip heading levels because screen readers users use them to navigate through the page. So, I'd suggest changing them to anh1
and anh2
and resizing them using CSS.About the CSS, removing the fixed height and width from the container makes your project more similar to the design.
<h1>–<h6>: The HTML Section Heading elements : Accessibility - MDN
Marked as helpful0@maheshnnaikPosted about 2 months agoHey @AnaCarol2001, Thank you for the suggestion. Will update accordingly and check.
1
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