my very first challenge

Solution retrospective
Didn't know how to handle the change between mobile screen and desktop screen... please let me know how you're used to do it.
Thanks !
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ritapetillo
Hi, the proper way to make your website responsive is setting up media queries. With media queries you can set up breakpoint and style certain elements based on the size of the screen (breakpoint).
What I usually do is opening Chrome developer tools and check how the design of the page reacts when I shrink the page width. When I see that the design starts to be off, I write down the breakpoint and I write a media query to fix those elements of the page which don't behave appropriately for that screen size.
In your code, if you want to make the website more responsive, you can try to write other media queries for different breakpoints.
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