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

in the initial video about making a website

there was discussion of grid and the flexibility of spanning multiple ones.. I found the css video of columns and flex-boxes, but that doesn't seem to be the same thing or if it is, it doesn't feel explained in the same way... where can i find this info on grid?

4 Answers

Ian Hempsell
PLUS
Ian Hempsell
Courses Plus Student 37,036 Points

Mark, have you tried Build a Responsive Web Site: http://teamtreehouse.com/library/build-a-responsive-website

I believe this module will answer your needs.

Ian.

havnt gotten that far, i just wanted to build a basic website that was laid out nicely.

havnt gotten that far, i just wanted to build a basic website that was laid out nicely.

Ian Hempsell
PLUS
Ian Hempsell
Courses Plus Student 37,036 Points

I'm not sure if TH have a specific video on the grid but you could take a look at the following sites which have solid CSS and demos:

For a static grid: http://960.gs/

For a fluid grid: http://unsemantic.com/

Hope this helps, Ian.