Design comparison
SolutionDesign
Community feedback
- @kanuosPosted about 2 years ago
Hi @Tachy-22, you haven't added the font family to your design as per the
style-guide.md
.Also, why are you using background image to display the qr code element.
<img/>
tag should be used as the qr code is the main element of the card. Background images are used only for decorative purposes.Try using
relative
units e.g.rem, em, %
instead of absolute units likepx
.Hope these feedback help you :)
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