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 CSS: Cascading Style Sheets Use ID Selectors

css (both main and normalize) isn't reflecting on my site. I can't figure out what the error in my code is!

Any help appreciated!

https://w.trhou.se/y2e9l0h1ti

4 Answers

Aaron Wuerch
Aaron Wuerch
7,024 Points

Hi Meredith,

Looking at your code, it is completely fine.

You need to make sure that after you edit and save your html/css and when you preview it in the browser to "Refresh" your browser page. I have found that recliking the preview button doesnt show the change, however when you refresh your changes are seen.

Hope that helps!

Thank you!

Also make sure that there is no extra spaces on folder names like "css " or " images", because Workspaces allows you to have some spaces at the end or beginning if you wish to. Another user had this problem, so just a heads up with this :)

Awesome, thank you.

the filename is caps dependent. I was confused for awhile with the same issue! Make sure that your folder names and links are the same css does not equal CSS. It's easier to make everything lower case. Hope this helps!

Aaaah!

treeyon 94
treeyon 94
14,715 Points

You need to change your link set between rel:stylesheet -> type="text/css" and delete the first cssPath of it

Thank you!