Design comparison
SolutionDesign
Community feedback
- @DarkstarXDDPosted 4 months ago
- font-sizes should be in
rem
. Not inpx
. read - Since it's a qr code you can improve the alt text by saying where the qr code leads to. "qr code leads to frontend mentor.io"
- You don't need a media query for this challenge. You only need a
max-width
on the container instead ofwidth
. It will make sure the container width is limited, but also at the same time allowing the container to resize in smaller screen sizes.
Marked as helpful1 - font-sizes should be in
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