Design comparison
SolutionDesign
Solution retrospective
Hello everyone, It will mean a lot to me if you have a spare time to rate my solution of the QR code component challenge. Thank you
Community feedback
- @sperrowPosted about 1 year ago
Looks good! I see you used a media query, one suggestion would be to write your css in a Mobile First approach. So all your default styles would be designed for a mobile viewport, and then you could use a media query for min-width to add desktop-specific styles. More info here: https://www.w3schools.com/css/css_rwd_mediaqueries.asp
Marked as helpful2
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