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 trialjose sias
1,995 PointsI need help with this code challenge
I don't understand what to do here
4 Answers
jose sias
1,995 PointsI figured it out it was: Nav ul { Max-width: 100% }
Geoff Parsons
11,679 PointsYour starting selector is going to look something like "nav ul". From there every few steps in the challenge will ask you to select some children of the previous element you selected against.
Was there anything specific about the properties that you're having trouble with?
Tunde Adegoroye
20,597 PointsIf its the first task your stuck on you need to target the nav ul to this its simply nav ul then you would remove the top and bottom margins and add left and right best way to do this is margin:0,15; or margin: 0,10,0,10;
Omar Zeidan
8,893 PointsI can't find any thing to answer? Where is the problem ?