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

li color not working?

it said on the answers that using hex colors prevents passing, but i tried hex and saying orange but nothings working?

can you post your code so we can see what's going on.

1 Answer

If it's a hex color, it should be the (#) symbol followed by 6 numbers. i.e. #ffa500 If you're spelling out the color, you do not need the # symbol.

that's what i've been doing..

Can you post a copy of the code?