Responsive QR Code landing page. Coded with CSS and HTML.
Design comparison
Solution retrospective
I'm proud of everything
What challenges did you encounter, and how did you overcome them?Chat-GPT
What specific areas of your project would you like help with?CSS
Community feedback
- @rayaattaPosted 10 months ago
hello ๐DzsDzske, congratulations on completing your first FED challenge ๐
I have some suggestions you might find interesting.
1 The qr code's alt attribute should not just have info that it is a qr code rather it should state where the qr leads i.e
alt="qr code leading to frontendmentor.io
2 I noticed
font-size: 16px;
in your code. You should never use pixels when setting font related properties. Setting font sizes in pixels causes accessibility problems with people who adjusted their default font sizes on their computers.The best units for setting font size are relative units such as rem and em which can adjust with the user preferences. Checkout this article why font size should never be in pixels
I hope this helps ๐
Otherwise your solution is neat๐
Happy coding โ๏ธ
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