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 trial

CSS

Trying 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
Carl Holmes
4,841 Points

Brandy,

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!

Thank 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
James Barnett
39,199 Points
  1. Download Project Files
  2. Unzip Project Files
  3. Read about how to organize your files
  4. Read about how file paths work
  5. Find the grid.css file in the directory you created when you unzipped the project files
  6. Move the grid.css file to your CSS directory like you learned about in step 3
  7. Link your the CSS file to your HTML using the <link> tag remembering what you learned about paths

Thank you! I will defiantly read the articles! Appreciate the help. :-)