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

CSS

Ericka Erickson
Ericka Erickson
9,982 Points

I added the new h3 subsection no problem but when i type in css h3{color:blue; }nothing is happening

i double checked and i typed everything correctly but nothing is happening

1 Answer

Rohald van Merode
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Rohald van Merode
Treehouse Staff

Hey Ericka Erickson 👋

It's hard to tell what the issue is without seeing your HTML and CSS as there could be multiple things happening here. First off you'll want to make sure that the css file is correctly linked to the HTML file. Also check if the applied styles are not being overwritten elsewhere in your CSS file and there are no typos.

If those pointers don't fix the issue please provide us your code either through a codeblock here on the forum, a workspace snapshot (by clicking the camera icon in the top right of the workspace) or a GitHub Repository and we'd be more than happy to have another look 😄