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

General Discussion

More explanation to understand how to use grid

The grid explanation has not been clear to me how to understand and use it. Where do i get more information for this topic , i got stuck on this ! Anyone please helpe me

1 Answer

James Barnett
James Barnett
39,199 Points

@Jean - The magic behind grids is that someone can write a whole grid system, and it will style your page, all you have to do to use this power is to apply the grid classes to your HTML.

Here's a simple demo I made for you on the power of grids. I only defined background colors, all the other styling on the page in pulled in because of the classes I added to my HTML.

We'll be able to offer more specific advice if you post what code you've already written.