Design comparison
Solution retrospective
I'm proud of my solution, even though when comparing the design with what was developed there were some differences, I managed to make it look very similar to what was expected.
What challenges did you encounter, and how did you overcome them?One of the challenges was to centralize the qr code component on the page, to overcome this I looked for ways to centralize the component in CSS (display: flex; justify-content: center; align-items: center).
What specific areas of your project would you like help with?Improve accessibility and fix errors in it.
Community feedback
- @correlucasPosted over 2 years ago
Hello Bianca, congratulations for your solution!
I saw that your solution have soke accessibility issues, I'll tell you how to fixe them. The problem is that you've ever to put the maim content in a tag called <main> and also add one h1 heading to respect the html hierarchy.
You can check more about accessibility issues on the report panel.
Well done, keep on track 👏
Marked as helpful1
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