Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS CSS Flexbox Layout Building a Layout with Flexbox Creating a Sticky Footer with Flexbox

Nicholas Wallen
Nicholas Wallen
12,278 Points

Why didn't min-height stretch it on its own?

Guil stated that using min-height: 100vh ensured that the body would take up at least 100% of the Viewport, but doing that on its own did not make any changes. Why?

1 Answer

It's because the flex work one dimension either row or column . If you set 100vh to column won't stretch simple bcz u need to set the flex grow to stretch footer that's you saw guil did . I hope that helps and happy coding