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 trialBrandy Casuse
Python Web Development Techdegree Student 2,019 PointsTrying to add CSS grid.....need help....
I am trying to figure out how to download the CSS grid to my document. But I can't seem to figure out how to download it to my text editor. Any help would be appreciated.
4 Answers
Carl Holmes
4,841 PointsBrandy,
Once you have unzipped the project file, you tell Sublime2 to open the Grid.css sheet. The Grid.css sheet is within the "css" folder once you unzip it.
(within Sublime2) File-->Open File--> Grid.css
The grid sheet should open in SublimeText2 in a new tab after that. This process is also done with the "normalize.css".
Hope this helps!
Brandy Casuse
Python Web Development Techdegree Student 2,019 PointsThank you Carl!!! That helps a lot! I was getting confused on where to find the files. I guess with each new video lesson, I just have look at the program files to right of the screen where it says Download files.
James Barnett
39,199 Points- 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
Brandy Casuse
Python Web Development Techdegree Student 2,019 PointsThank you! I will defiantly read the articles! Appreciate the help. :-)