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 trialMarc Martinez
277 Pointshelp with gridulator
how do I use the gridulator on adding grid css
1 Answer
Veronica Rivera
32,599 PointsHere is a previous forum post about this.
https://teamtreehouse.com/forum/how-do-you-use-gridulator-in-csshelp
In general Gridulator doesn't serve up the css code, you just type in the width of the website, how many columns and it gives you a set of widths for columns that you need. You then need to take that information and either make your own grid from scratch like the post above does or you can take that information to something like 960.gs and with their custom css generator type in that info and it will create the css for you.