Design comparison
SolutionDesign
Community feedback
- @luigi-peronePosted about 2 years ago
Hi Erick,
You've a great solution here, but you can consider to add a main tag in the index.html file and in it the
<div id="root"></div>
.These changes don't change the design but improve the accessibility and semantic.After that, img tag must have alternate text GET EXPLAINED HERE so u should update
<img src="./../images/image-qr-code.png">
to
<img src="./../images/image-qr-code.png" alt="qr-code-image">
Hope it helps, happy coding 👋
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