Design comparison
Solution retrospective
Feedback welcome
Community feedback
- @FluffyKasPosted over 2 years ago
Heyo,
Your solution looks good! Few things to note here only:
-
Setting font-size in px isn't advisable, as it's not accessible (it's not gonna scale if someone were to change their browser's font-size settings). You can set it in rem, I see you're already using it elsewhere ^^
-
In most cases, setting fixed heights isn't a good idea! Elements have their default height which you can increase by adding padding to them, this will take care of things 95% of the time, I'd say.
-
Your image should have an alt text. "QR code." would be perfect.
Everything else is pretty neat, so well done! Happy coding ^^
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