Design comparison
SolutionDesign
Community feedback
- @saifion33Posted about 2 years ago
Hi Karnapu.
Your solution is awesome. But there is some HTML and accessibility issue.
- Wrap
<div class="container">
into<main>
.
<main><div class="container">your code</div></main>
- Change
button
id you used same id for every btn<li><button class="btn" id="btn_3" type="submit">1</button></li>
change it like
btn_1
btn_2
.I hope you find this helpful
Happy Coding 😊.
0 - Wrap
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