Responsive QR code component, html & css

Please log in to post a comment
Log in with GitHubCommunity feedback
- @SJ-74
Great job on completing the challenge. Few things I want to point out:
- The background color of body is different compared to the design. (Color codes are provided in style-guide.md file).
- Giving some shadow to the card.
- Padding inside the card is more compared to the design.
- Instead of the generic
div
tag, try using semantic html tags. - Avoid giving a fixed height and width. You should use
max-width
andcalc
for such operations. - Should use relative units instead of px for size.
Join 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