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

pseudo: nth-child, objective 2

Hi - I coded the info correctly for obj 1 then the next challenge, which I think I code correctly is saying obj 1 did not pass... Obj 2 follows:

li:nth-child(3) { color: white: background-color #FF4369;
} (don't remember the actual hexi color but you get the idea. I like to think I'm right and the program is wrong but that is rarely the case - what do you think?? What is going on??? I'm I just crazy!! thanks lil

2 Answers

Maxim Kontsevitch
Maxim Kontsevitch
25,447 Points

After "white" replace a colon with a semi-colon. That should fix it. Hope I was able to help.

never mind - been away for a while forgot to add on the code - I am going mad in SoCal