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 trialChaz Hall
1,970 Points.css Issue <SOLVED>
When I try to link the style.css and normalize.css documents they are not recognized and the MASH program does not change like the video. Help!
KAMRAN IMRANLI
4,107 PointsYour code seems right, may be you should try saving in the file menu and then try refreshing.
Chaz Hall
1,970 PointsChaz Hall
1,970 Points<link href= "normalize.css" rel="stylesheet"> <link href= "style.css" rel="stylesheet">
I realized there was no space between the = symbol and the "normalize.css". This is default in the code for some reason, but I figured it out.