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

Ricardo Alfonso
Ricardo Alfonso
5,939 Points

Making a Grid from scratch or just use Bootstrap?

Should I create a grid from scratch like treehouse teaches us or can I also simply use bootstrap and use their grid?

Lets say I decide to create my own grid. A total width of 1000px. How do I decide the width of each column. Should I let something like that be calculated by gridulator.com for example?

This is my first post, I've learned so much, but my main problem is to decide which path to take and use best practice.

3 Answers

James Barnett
James Barnett
39,199 Points

I'd suggest you use http://simplegrid.info/ because there are various features that are helpful that aren't included in the CSS that does the floating in the grid.

Al Lu
seal-mask
PLUS
.a{fill-rule:evenodd;}techdegree
Al Lu
UX Design Techdegree Student 15,801 Points

Yes you need to use something like gridulator. Just add the max width and you'll see the options you have for each column. For the number of total columns, I like 12 columns.

Take a look on the grid from smells like bakin course to get the idea. http://teamtreehouse.com/library/build-a-responsive-website

Ricardo Alfonso
Ricardo Alfonso
5,939 Points

Thanks guys! So when is a good idea to use bootstrap, when you want to create a website on the fly? What do you guys tend to do?