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 trialGabriela Garro
1,810 PointsGrids
how can I download the grid document from gridulator.com?
3 Answers
James Barnett
39,199 PointsFor the video you linked to you want to:
- Download
Project Files
- Unzip Project Files
- Read about how to organize your files
- Read about how file paths work
- Find the
grid.css
file in the directory you created when you unzipped theproject files
- Move the
grid.css
file to your CSS directory like you learned about in step 3 -
Link your the CSS file to your HTML using the
<link>
tag remembering what you learned about paths
Diego Lucero
10,588 PointsUnfortunately, Gridulator does not provide source code for grids, it just provides an image file that web designers can use to show their clients what a grid is and to assist in explaining how it works.
There are a few to choose from. Try a Google search of the keywords "free grid css generator
" and it should bring up many very capable and relevant grid generators.
For example, try Grid System Generator or 960 Layout System instead.
James Barnett
39,199 PointsGiven the course you are working on this is probably not what you are looking, instead download the grid.css
file from the project files.
However if you are really curious probably the best choice is https://grids.heroku.com/
Gabriela Garro
1,810 Pointsthank you so much! :)
Diego Lucero
10,588 PointsNo problem! Feel free to tag me anytime you need help!
On these treehouse forums, you can tag me with: "@diegolucero
"
Gabriela Garro
1,810 PointsGabriela Garro
1,810 Pointsthanks :)