Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Overall, a very fun challenge, it helped me continue reinforcing my skills!
Community feedback
- @DarkstarXDDPosted 4 months ago
- Update the font-size on the
<p>
to be inrem
too. It's currently inpx
. - Better if you set the
max-width
also inrem
instead ofpx
. So if the user changes their browser font size themax-width
will also be updated accordingly along with the font-size. - Since it's a QR code you can tell where it leads to, in the alt text. "qr code leads to frontend mentor.io" would be better.
1@AlexanderTejedorPosted 4 months ago@DarkstarXDD Thank you very much for the recommendations.
1 - Update the font-size on the
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