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

HTML How to Make a Website Adding Pages to a Website Style New Pages

Lost in "Style New Pages"

I was deleting some files on my i Mac today and now I'm having issues with lesson. My normalize.css is showing highlights and things are not working correctly, apparently I'm now missing something. I tried to put things back since I had not cleared trash but not sure what else needs to be restored.

I am working on track "How to Make a Website"

Getting these errors in normalize.css

video { display: inline-block; *display: inline; *zoom: 1; <------- ZOOM IS HIGHLIGHTED RED }

html { font-size: 100%; /* 1 / -webkit-text-size-adjust: 100%; / 2 / <------ text-size-adjust BOTH RED -ms-text-size-adjust: 100%; / 2 */ <------ text-size-adjust BOTH RED }

samp { font-family: monospace, serif; _font-family: 'courier new', monospace; <------- _font-family RED ALSO font-size: 1em;

img { border: 0; /* 1 / -ms-interpolation-mode: bicubic; / 2 */ <------- interpolation-mode RED }

Must be missing files, not sure what though.

Thanks for any help! Mark

Gunhoo Yoon
Gunhoo Yoon
5,027 Points

What do you mean by getting red? Where are you getting it from? is it browser, browser's developer tool or text-editor where?

Hi Gunhoo, What I mean is that it is highlighted red in those areas like I have a syntax error. Did not change any code in normalize.css but like I said I must have deleted a file on my computer that is needed. After sleeping on it I realize I need to just go to first part where I was instructed to download files for this track and redo that. I just hope I don't loose what I've done. Can't try that now have to go to an appointment. Thanks, Mark

Gunhoo Yoon
Gunhoo Yoon
5,027 Points

normalize.css doesn't have any dependency on other files unless you explicitly modified it to have one. It is weird that you even get a syntax error because CSS by themselves doesn't do that even browser don't tell where exactly you got wrong. So I was curious about where you see those errors.