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

How do I use the gridulator for adding the grid CSS file, or is there a link I can download the prewritten code for the grid.CSS file ?

Help please

3 Answers

Looks like Gridulator is just for calculating rather than actually obtaining a grid. You could try out Gridpak if you have all the information about the grid you need. It's very easy to use.

Thanks dude are you familiar with using gridpak to set your web margin measurements. Just asking because it sounds like i may have to set my grid format file up from scratch. lol

For example:

/* width : 1000px

columns : 12

Column width: 65px Gutter : 20 px */

Why do you need to set your grid format file from scratch? It seems that you get everything you need when you download the Gridpak (button at the lower left corner).

I'm trying to follow web design project in Nick Petits lesson where he downloads prewritten code from another person to format his webpage. I'm honestly just unfamiliar with gridpak an how to use it to format my HTML. I was hoping they would just make a default grid.CSS file available for download below the video.

You're on the "Creating a Website Structure", right? I downloaded the project files for the "Working with Grids" video, and I found the grid.css file in the css folder. Is this what you're looking for?

lol yea exactly dude i just couldnt find it.

No worries, dude. Glad you found it.

Thanks again

Gridpak is nice. But I much prefer the cleanness of the grid.css file from the class. Perhaps a video on how to make that, but with our own custom widths? And which clearfix is being used?