Design comparison
SolutionDesign
Community feedback
- @chanchala-amarPosted over 1 year ago
Hello,
Congragulations on completing this challenge. Making the page responsive is easily done with the help of media queries. We normally use a mobile first approach - that is, style the page so that it looks good on a mobile screen and then we add media queries to alter the page layout for big screens. You can read up more about media queries here
-
[Mozilla guide] (https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_media_queries/Using_media_queries)
-
[w3 schools] (https://www.w3schools.com/css/css_rwd_mediaqueries.asp)
Hope this helps, best wishes for the future projects!
Marked as helpful1 -
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