Submitted over 3 years agoA solution to the QR code component challenge
QR code component using HTML & CSS
@sarahrchl

Code
Please log in to post a comment
Log in with GitHubCommunity feedback
- @muben88
Hi @sarahrchl, your solution looks perfect!
Just a small note, you can fix accessibility issues by wrapping everything inside a main tag instead of using div, as it will be more semantic. Also, try to use an h1 instead of an h2 tag, it's important to go from h1 ==> h5 as much as you can. And one last notice, it would be better if you used an alt for your image, as it's important for users who depend on screen readers. Good luck!
Join 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