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 trialEddie Dannewitz
1,232 PointsGrid 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
39,199 PointsAllison created the grid.css
file by hand, based off the calculator at gridulator.
Here's how you use it:
- Download the project files for the video
- Unzip the files
- Create a
link
element that referencescss/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
4,886 PointsI recently posted a similar question. Take a look here