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 trialAnika Jaffara
20,364 PointsI'm not seeing the error here... any thoughts?
Create a new rule that targets the 3rd list item only. Set the background color to the HEX value FF6347.
li:nth-child(3) { color: #FF6347; background-color: black; }
2 Answers
Kenneth Love
Treehouse Guest TeacherIt looks like your background-color
is set to black
instead of #FF6347
.
Shelby Smith
2,374 PointsYep thats what it looks like to me too