Design comparison
SolutionDesign
Community feedback
- @saifion33Posted about 2 years ago
Hi Tanmay.
Your solution looks great. There is some accessibility issue if you want to improve here is some tips.
-
Wrap
<div class="rating-state">
into main tag<main> <div class="rating-state">your code</div></main>
-
Use
<h1>
tag instead of<h2>
tag.<h1 class="question"> How did we do?</h1>
I hope you find this helpful.
Happy Coding
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