Design comparison
Solution retrospective
Hi 👋 everyone, how do you manage responsive layouts? Also I'd love to hear feedback on my way of building this slider! Thank you 😊
Community feedback
- @rfilenkoPosted over 4 years ago
Hey, basically flexbox and css grid for layout, usage of mediaqueries and coding mobile-first are my starting points for making modern, responsive webs nowadays. Liked your solution, nice work.
Have a good one, Roman
0@linzhangcsPosted over 4 years ago@rfilenko 👋 thanks for your comment. Do you have more advice on coding mobile-first? I have to make a lot of changes for each viewport size. I wish I could structure it better.
0@rfilenkoPosted over 4 years ago@linzhangcs Hi, usually mobile-first approach helps to write less, more structured code, because you don't need to overwrite many styles, for example. So, at start think about general layout, some components and needed changes at different breakpoints, it will help to organize code, creating a blueprint. Hope this helps. 😉
Cheers, Roman
0
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