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 Build a Simple Website Creating a Website Structure CSS Reset

Linking CSS files to index file

Hi there

When I try link the grid and normalize CSS files to the index file, it makes no change to the layout of my webpage.

I have made sure that I have added the web folder to my project in sublime text and I also added the following code:

<link rel=“stylesheet” href=“css/normalize.css” type=“text/css” media=“screen”>

<link rel=“stylesheet” href=“css/grid.css” type=“text/css” media=“screen”>

Yet still nothing happens. Any help would be much appreciated, thank you.

Hi Christian!

Can you post the HTML you are working on?

Thanks!

1 Answer

Hi Christian,

Sometimes you will need to clear your browser cache in order for your browser to notice the changes you have made. Other times, just refreshing the page works.

If that does not work, please reply with your code, to see if there are any issues there.