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 trialvamosrope14
14,932 PointsIf 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
Andrew Reynolds
Front End Web Development Techdegree Graduate 23,333 PointsBeen 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.