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

Grid and Normalize not linking with Index.HTML

I'm trying to insert the normalize and grid css documents onto my Index.HTML fie with <link rel="stylesheet" href="css/grid.css" type="text/css" media="screen"> but it doesn't seem to be linking. i added the container div but my image still wont center. Also, my "smells like bakin" website wont display the large text that appears in the demo video i am using a windows 8 OS and google chrome web browser. Pls help !

1 Answer

jeff creamer
jeff creamer
23,733 Points

Hi Antonio, Have you tried downloading the next step's project files and seeing how the index.html file correctly links to the normalize and grid.css files, and compared it to how you're doing yours? Without you posting your <link rel= lines of code, we have no idea what you're looking at.