Design comparison
SolutionDesign
Solution retrospective
Does anyone have any suggestions for how I can make this more responsive?
Community feedback
- @NOURisLIGHTPosted about 1 year ago
A better approach for making responsive websites for mobile and desktop is to use the Mobile-first desktop. As most of the people visit websites through their mobile devices. Also it will be easier for you to convert from mobile to desktop rather than desktop to mobile. Make all mobile customs first and make sure everything is working correctly, then at last use media query to make desktop version of your code. Write changes only that is necessary to be changed.
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