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

Travis Schappel
2,857 PointsCSS not reflecting in preview
Nothing that I type into the css document is reflected in the preview. Both my index.html and main.css match Nick Pettit's exactly. The file path and file/folder organization in Workspaces is also identical. I'm at the beginning of the CSS section and only have one css rule in the document. I've tried this in Firefox and Chrome with the same result.
3 Answers

matthew steiner
6,264 PointsWould you mind posting text you have in your HTML and CSS documents? Perhaps there is something a tad off that could be throwing the whole thing for a loop.

Jeff Pierce
18,077 PointsI had this problem when I first started. I needed to "Reload the current page", the little semi-circle arrow in the address bar of Firefox. I haven't had the problem since.

Travis Schappel
2,857 PointsI figured it out. Thanks for the quick responses.
I had added .css to the end of the rel="stylesheet" I don't remember adding the .css but I did and with a quick delete all is well.