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 trialjared mckenzie
695 PointsGridulator 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
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
Armando Amador
6,813 PointsHey 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:
Treehouse tutorial:
Best of luck :-)
jared mckenzie
695 PointsHey armando...much appreciated!
Armando Amador
6,813 PointsNo problem, Not sure who downvoted my response lol.
jared mckenzie
695 Pointsjared mckenzie
695 PointsThanks so much...that helps a lot.