QR-card component

Solution retrospective
I find this challenge very simple. but, I want some feedback about how does it look on large and extra large screens? I mean , does it look too big on large screens or too small on extra-large screens? I checked it in Responsive mode in dev-tools, but I wanna know your perspective on this, because it is a little bit tricky to predict correct sizes from "jpeg" files. Thanks for the help :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @dev-mksingh
Hey @Heli-Aghara good attempt. About your query, i'd suggest you the following ways, you can use either of it :
- in your browser open
Developer tools
in chrome it will be open withctrl+shift+i
and then resize the screen. Or simply resize your browser and check how your site appears when screen size decreases/increases. - other way is, in
Developer tools
in chrome pressctrl+shift+m
and then select the devices you want to check for.
**NOTE: There are different other third party softwares/tools helps you to check your site on different screen size. So its totally your call.
Hope this will be helpful. Happy Coding.
- in your browser open
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