Design comparison
SolutionDesign
Community feedback
- @jrmydixPosted almost 3 years ago
Hi! Well done!
If this can help, I have some suggestions:
- Fix accessibility issues: to do so, add an
alt="your alt text"
, something like "QR Code", to your<img>
tag. For the landmark issue, change<div class="main">
to<main>
and change<div class="attribution">
to<footer>
.
If you have any questions feel free to ask, I'll try my best to help and answer! 🙂
Marked as helpful0 - Fix accessibility issues: to do so, add an
- @JeremyBzcPosted almost 3 years ago
Thank you very much ! I sent my solution too fast without looking at W3C Validator x) Stupid mistake! Thanks for your answer ;)
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