Design comparison
SolutionDesign
Solution retrospective
what is the best way I could have achieved this without using too many media queries?
Community feedback
- @YevgeniyMakkaveevPosted over 3 years ago
Display flexbox or display grid. With grid you can prevent pictures going where they want and stay in place. Grid structure for it imo will be cleaner, since you don't have to worry about flexbox shrink and grow. I do it with flexbox and it was a bit harder than i expect, but calculator with grid works predictable, and I wish i knew about it early. Hope it helps.
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