Design comparison
Solution retrospective
All feedback is Welcome
Community feedback
- @SamadeenPosted over 2 years ago
Hey!! Cheers 🥂 on completing this challenge.. . Here are my suggestions 1.You should use <main class="container"> instead of <div class="container">. 2. Go down orderly when you are using the headings h1 down to h2 down to h3 and so on.
. Regardless you did amazing.. Happy coding!!!
Marked as helpful0@EkamSinghBrarPosted over 2 years ago@Samadeen Hello!, yes I have been changed now.
0 - @Sdann26Posted over 2 years ago
Nice work, Ekam!
I would just tell you to change the
div
with class="container" to amain
and theh2
to anh1
and generate a new report so you don't get errors in your project. Obviously to theh1
you must give the styles that I will tell you to theh2
.Marked as helpful0 - @jrmydixPosted over 2 years ago
Hi! Well done!
If this can help, I have a suggestion:
- Fix accessibility issues: to do so, change your
<h2>
to<h1>
. For the landmark issue, change<div class="main-container">
to<main>
.
If you have any questions feel free to ask, I'll try my best to help and answer! 🙂
Marked as helpful0 - Fix accessibility issues: to do so, change your
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