Design comparison
Community feedback
- @Zak-najjarPosted over 1 year ago
-
For a responsive content, give the container a fixed max-width value for all the sides.
max-width: 280px
-
instead of using pixel font-size, use relative units like
em
orrem
. The font-size in absolute units like pixels does not scale with the user's browser settings. -
for more information :Resources
-
Wrap the page's whole content in the
<main>
tag istead of div with class. -
The
alt
attribute should explain the purpose of the image.Uppon scanning the QR code, the user will be redirected to the frontendmentor.io website, so a betteralt
attribute would beQR code to frontendmentor.io
I hope you find it useful! 😄
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