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

Gridulator download

Hello. Ive never used grids before...and the video that i was watching required me to download a grid system from "gridulator.com". I did not know how to download the grid after i did my personal tweaks. So in a nutshell i was wondering how i download a grid to my html file. Thanks

2 Answers

James Barnett
James Barnett
39,199 Points

Allison created the grid.css file by hand, based off the calculator at gridulator.

Here's how you use it:

  1. Download the project files for the video
  2. Unzip the files
  3. Create a link element that references css/grid.css

This works the same way as an <a> by using the href attribture This assume that all of your css files are in a folder named css

Thanks so much...that helps a lot.

Hey Jared,

Gridulator.com does not provide CSS Grid for you to download. If you want to use grids, you can download from [960.gs](960.gs). Also make sure you check the project files for whichever video you are watching since they usually provide the files to follow along.

Here's a couple of tutorials of 960 grid system:

Mastering the 960 grid system

The 960 grid system made easy

Treehouse tutorial:

Adding grid css

Best of luck :-)

Hey armando...much appreciated!

No problem, Not sure who downvoted my response lol.