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 trialJoshua szkodlarski
8,604 Pointsquestion
The question is asking me to put clear: left; on every 4th list item but there is only 2 list items I don't know what to do.
5 Answers
Joshua szkodlarski
8,604 Pointshi
Roscoe Coney
13,124 Points- Maybe add two more list items
- add clear: left on every 2 list items
- Re-watch the video pertaining to that question, because you usually just do the same exact process as Nick.
- Maybe there is a software error and just re-start the coding questions
Roscoe Coney
13,124 Points<html> <p background-color: black;></p> </html>
Joshua szkodlarski
8,604 PointsI just tried all of that and it didn't help
Matthew Mascioni
20,444 PointsHi Peter,
You're right, it is asking you to clear: left every fourth list item. There is a CSS pseudo selector that can help us accomplish this. You're going to learn it down the road anyway (it's part of the Front-end Web Development track which I believe you're on) and if you haven't already, and it is the :nth-of-type() selector. Guil explains it very well in this video.
After viewing that video, if you still have questions, I'd be happy to help :)