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 Grid Layout Flexible Sized Grids Control the Auto-placement of Grid Items

If the max-width is 1000px and you use auto flow and set it to columns, will the columns ever be greater than 1000px?

.

1 Answer

Been a while since you asked this question but I had the same thought and tested it out. The answer is yes it will eventually overflow the 1000px max-width. As you add items to the implicit grid it will overflow the grid container.