QR Code with simple HTML/CSS

Solution retrospective
Is there any errors in my code?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @JaneMoroz
Hey! Your solution is great 🤩
The only things I've noticed are some accessibility issues:
- You can wrap the main content (which is QR Code in this case) into the
main
tag or replace existingdiv
tag withmain
. - Also usually the page should have
h1
tag. You haveh2
, I guess you decided to use it because it has desirable font-size but you can styleh1
.
Overall everything is great and I like that it is responsive ☺️
Keep it up! And good luck 🍀
Marked as helpful - You can wrap the main content (which is QR Code in this case) into the
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