Design comparison
Solution retrospective
How can I make it responsive for mobile
Community feedback
- @FarisPalayiPosted over 3 years ago
Hey, this is a great article from web.dev about Responsive Web Design Basics. When I started learning responsive web design, it has helped me greatly, I guess it might help you too
Marked as helpful0 - @ProximamusicPosted over 3 years ago
what I would do personally is, use CSS grids for the layouts that need to change in the mobile view. like the last collage of the pictures, use grids and add media queries according to the width. you can use grid-template to specify where on the grid you want the images. since the images are pretty straightforward for the mobile view it won't be that difficult provided that you have given proper classes to the divs and images because that's going to be very important here.
Marked as helpful0
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