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 trialAaron Peasley
1,411 PointsGrid.css?
In "Websites>Build a Simple Website>Creating A Website Structure>Adding Grid CSS" he used Grid.css to make the programming for his grid on his website.
Any Idea where I can get Grid.css and how I can install it?
5 Answers
Roscoe Tarnove
2,074 PointsYou can download it from the module you are in: Websites>Build a Simple Website>Creating A Website Structure>Adding Grid CSS There's a side bar on the bottom right of the page with a link called "Project Files". That'll give you a zip file which contains a css folder which contains the grid.css file.
Roscoe Tarnove
2,074 PointsIt's in the project files in the css folder
Roscoe Tarnove
2,074 Pointsthen link to it in the html head like this: <link rel="stylesheet" href="css/grid.css" type="text/css" media="screen">
Aaron Peasley
1,411 PointsI need to know where I can download it, or copy and paste it.