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

Elisheva Aarons
Elisheva Aarons
1,834 Points

My main.css was linked before and now is not.What did I do wrong?

My main.css was linked and now when I neatened everything up, its not. What did I do wrong? I have checked everything but cant find the problem- below is my code:

https://teamtreehouse.com/workspaces/18026112#

Thank you!

Jennifer Nordell
seal-mask
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Unfortunately, the link that you provided here is private to just you. We cannot view it. However, there is a way to share your code with us! Take a snapshot of your workspace and link it here :smiley: We can then make a copy of your workspace and poke around a bit :sparkles:

2 Answers

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Well. I'm of the opinion that you did nothing wrong. Your CSS contains one rule that makes the background orange. And when I copy your workspace and preview it, the background is indeed orange.

So, let's check some basics. After you launch the preview, refresh the page. If it's still not orange, try clearing your browser cache and relaunch the preview/refresh. Chances are it's loading in old cached data. Hope this helps! :sparkles:

Elisheva Aarons
Elisheva Aarons
1,834 Points

that did it- Thanks so much!