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

Grid Code?

In the Creating a Website Structure part of the Smells Like Bakin' course, Nick adds a grid to his css. In the description below the video that he does this in, there is a link to gridulator. I was wondering how to get the grid that he has from gridulator since he doesn't explain it at all. Any help would be greatly appreciated. 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

Marcus Tisäter
Marcus Tisäter
4,886 Points

I recently posted a similar question. Take a look here