Meet landing page - Responsiveness on every size with fluid space

Solution retrospective
I really like the fluid space design approach from Utopia and will definitely use it again in the future. This makes it a breeze to make the design look good on every screen.
What challenges did you encounter, and how did you overcome them?My goal was to try to use as little breakpoint based styling as possible. I wasn't able to completely eliminate it, but I am happy that its usage was more of an exception than a rule. Using fluid space and a few more wrapper divs really helped to overcome most breakpoint needs and letting the browser do the hard work based on flex and grid rules.
Another problem presented itself when I wanted to let the browser do the heavy lifting for deciding when to load which picture. This could be overcome by using a neat trick where a grid is used to overlay text, backgrounds, etc. over a picture element (or any other element).
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Florian Frosch's solution.
Join 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