Design comparison
Solution retrospective
π Hello from the outer space...
This is my solution for: "QR code component" challenge.
π§βπ Bonus [code]:
I've added a small zoom animation with "css" on the QR image.
I'll be happy to hear any feedback and advice!
Thank's
Community feedback
- @EmmanuelUriasPosted over 1 year ago
Looks great the only I would add is to make the font in the subtext larger for better accessibility, that change would make it near perfect.
Marked as helpful0@codenaudPosted over 1 year agoHello, @EmmanuelUrias, thank you very much for your appreciation. You are absolutely right, the text looked too small so I changed it. Thank you very much for advice.
0 - @fernandolapazPosted over 1 year ago
Hi π, I leave this here in case you want to take a look:
HTML π§±, ACCESSIBILITY β:
πΉSemantic elements: Every page should have an
<h1>
, to improve the user experience and because it is one of the most important elements on a web page when it comes to SEO.πΉThis is a meaningful image and therefore the
alt text
should give a good description in case the user cannot see it for some reason. Something like 'Qr code to the Frontend Mentor site'.CSS π¨:
πΉIt is better to use
min-height: 100vh;
for the body, as using the height might cause the page to be cut off in viewports with small height (such as mobile landscape orientation).Please let me know if you disagree with something or if you would like more information on any of these topics.
If you have any questions Iβm here to answer so don't hesitate π
Regards,
Marked as helpful0@codenaudPosted over 1 year agoHello @fernandolapazs, thank you very much for your comments.
I added an h1 header as you recommended, along with some more specific text in the image alt.
Your comment about changing the body height from (%) to (vh) a much more appropriate measurement also helped me a lot.
Thank you!! π€
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