Design comparison
SolutionDesign
Solution retrospective
I used pixels (px) for font-size, padding, and border-radius. Should I be using relative units (e.g. em for font-size and % for border-radius) if I wanted to make this responsive?
Community feedback
- @jrmydixPosted almost 3 years ago
Hi! Well done!
If this can help, I have a suggestion:
- Fix accessibility issue: to do so, change your
<div class="qrComponent">
to<main>
.
If you have any questions feel free to ask, I'll try my best to help and answer! 🙂
Marked as helpful1 - Fix accessibility issue: to do so, change your
- @optimusprime202Posted almost 3 years ago
Hey @AliciaT08, It looks like you’ve put a lot of work into this.
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