Submitted over 1 year ago
Qr code using css to style it,using media query to make it responsive
@uchenworks
Design comparison
SolutionDesign
Solution retrospective
hello everyone i will like to know how to use media query and make my site responsive.
Community feedback
- @savvystriderPosted over 1 year ago
Looks good! I'd recommend not using pixel units for width in your media queries. Consider using relative units of measurements, like
em
orrem
or percentags. Seems like you are using them in other parts of your code already.Marked as helpful1@uchenworksPosted over 1 year ago@savvystrider thank you, am not really good with media queries yet i tried using percentage for it but it giving me the result i don't want i will try using it next time.
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