Design comparison
Solution retrospective
I made the layout as a flex layout and learned more about nesting different flex containers together. It was pretty interesting to do it and get it to work, but I feel like it could have been simpler with grid.
What challenges did you encounter, and how did you overcome them?I had a lot of problems with making the layout responsive. I learned quite a bit about positioning and the way it works, but honestly, I kind of felt like I brute-forced my way through it rather than implementing a well-written solution.
What specific areas of your project would you like help with?I'd like suggestions on how the responsiveness could've been handled differently.
Community feedback
- @kerekiwerePosted 4 months ago
For better responsiveness, use
max-width
instead of fixed widths. This approach allows elements to scale down appropriately as the viewport size decreases. Otherwise, great job! 👍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