Design comparison
SolutionDesign
Solution retrospective
I would really appreciate feedback on this. God bless
Community feedback
- @kens-visualsPosted about 3 years ago
Hey @anuarshaidenov ππ»
I have some suggestions to help you fix the accessibility issues.
button
s have to have a text, and I can think of two solutions. ThisΒ
is unicode for empty space, you can try to put this in buttons and try to generate a new report, this may fix it. If not then replacebutton
s with<a>
tags.<div class="attribution">...</div>
should be<footer class="attribution">...</footer>
. Those will fix the accessibility issues. Don't forget to generate a new repot once you fix the issues.
I hope this was helpful π¨π»βπ» you did a great job with responsiveness. Cheers πΎ
Marked as helpful0
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