Design comparison
Solution retrospective
all feedback is welcomed .... thank tou
Community feedback
- @rameesha0126Posted almost 2 years ago
Hi you can remove remove the accessibility warnings by using
<main>
element for the background and<h1>
element for the Heading in the text section in your HTML file.Marked as helpful0@akhribabderahmanePosted almost 2 years ago@rameesha0126 okay I'll try to fix it ... thank you so much
0 - @HassiaiPosted almost 2 years ago
Replace the section tag <section> with the main tag, <h3> with <h1> to fix the accessibility issues. click here for more on web-accessibility
To center .container on the page using flexbox, add min-height:100vh and align-items: center to the body.
Use rem or em as unit for the padding, margin and preferably rem for the font-size
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
Marked as helpful0@akhribabderahmanePosted almost 2 years ago@Hassiai thank you so much i really appreciate your help
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