Design comparison
SolutionDesign
Solution retrospective
Still trying to find out better/easier/faster ways to make sites responsive. If anyone has good ideas, feel free to share.
Community feedback
- @mattstuddertPosted about 5 years ago
Nice work on this challenge! Here's a great (and free) tutorial on building responsive websites by Udacity if you want to dive into it more.
I see you're using
max-width
media queries. I'd recommend having a go at using onlymin-width
media queries in a future project and working mobile-first. It's a workflow many developers prefer and also has the benefit of loading in fewer styles for mobile users.Let me know if you have any questions.
1
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