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 trialJohn Ferguson
2,001 Pointsusing same selctor as previous step, remove bullet pts. and remove padding on ul...I dont get it
whats wrong with my code nav ul{ margin: 0 10px; padding: 0; list-style: none; }
3 Answers
Sreng Hong
15,083 PointsHi John
It means that you have to use the same selector as the task 1 of 3 ( nav ul { }
) and then remove the bullet point means set the list style to none, and set the padding to 0.
Hope it helps.
David Omar
5,676 PointsNothing is wrong with your code for what I can see.
John Ferguson
2,001 PointsI refreshed and it worked....thanks for getting back