Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
I used:
html, body { height: 100%; }
and body { display: flex; flex-direction: column; }
However this (for a reason beyond me) made the contents of the flexbox (info-box) overflow. Is there a good solution for this problem? Is doing height: auto; on the body a good solution?
Community feedback
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