Design comparison
Solution retrospective
First upload, self taught developer and I would love to have any advice or tips on things I should change or best practices that I should be implementing.
Community feedback
- @rayaattaPosted 10 months ago
Hello Ayua Michael๐, congratulations on completing your first FED challenge ๐
I have some suggestions you might find useful.
1 I noticed
font-size: 15px;
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
2 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
I hope this helps ๐
Otherwise your solution is neat๐
Happy coding โ๏ธ
Marked as helpful0
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