Design comparison
SolutionDesign
Solution retrospective
Hey guys! I couldn't be more happier to finally do my first project with JS! I know this is super simple but it's just the beginning! Looking forward to continue doing projects with JS. Happy coding :)!
Community feedback
- @Bayoumi-devPosted over 2 years ago
Hey Jimmy Baradit, It looks great... You just have an
accessibility issue
you need to fix.Document should have one main landmark
, Contain the component in<main>
.
<main> <section class="ratingStart container" id="ratingStart"> //... </section> </main>
Keep coding👍
Marked as helpful0@BaraditPosted over 2 years ago@Bayoumi-dev Ohh no way I forgot that, now it's fixed. Thanks for your comment!
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