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 Introduction to HTML and CSS CSS Fundamentals CSS Colors

Nar Rasaily
Nar Rasaily
371 Points

can i have teachers code thanks.

hello in my styles.css when i make changes the changes happened only in the index html but not in cabonara.html where i wanted to happened just opposit so why is it?

1 Answer

Travis Alstrand
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Travis Alstrand
Treehouse Project Reviewer

Hey Nar Rasaily 👋

Unfortunately it's extremely difficult to tell exactly why this is happening without seeing your code. If you could provide a Snapshot to your Workshop that would be very helpful. You can check out this video on creating a Snapshot if you need help in doing so 👍

First thought that comes to mind though is whether the stylesheet is being linked in the correct HTML file. Be sure to check that the <link> tag in the <head> of the HTML page is correct in the page you're expecting to see the results. For example...

<link rel="stylesheet" href="styles.css">