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

Header won't change color

In my code, the nav is blue and not grey. Therefore, the dark green is not going away. Helpppppp.

1 Answer

High there,

Please paste in your CSS so we can see what's happening :)

To use the formatting put it inside 3 back ticks with the word css like this (I've used apostrophe's so you can see what I mean): '''css body { margin: 0; } ''' So it looks like this:

body {
  margin: 0;
}

In the mean time, check for specificity - is the original selector more specific for example:

hader nav ul li {

vs

li {