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 trialROBERT BUTLER
2,010 PointsNext, target the unordered list that is a descendant of the main-content class. Add a background-color property and set
Next, target the unordered list that is a descendant of the main-content class. Add a background-color property and set the value to papayawhip.
3 Answers
ROBERT BUTLER
2,010 Pointsmain-content{ background-color:white; color: papayawhip; }
Reggie Williams
Treehouse TeacherHey ROBERT BUTLER ! It looks like you're setting the background-color
to white and the color
to papaywhip
ROBERT BUTLER
2,010 PointsHello Reggie,
I get the message telling me this below.
Bummer: Make sure you're targeting the <ul> nested inside '.main-content'.
.main-content p { background-color: papaywhip; }
Reggie Williams
Treehouse TeacherHey ROBERT BUTLER almost there! It looks like you're selecting the p
instead of the ul
here.