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 trial

CSS How to Make a Website Styling Web Pages and Navigation Create a Horizontal List of Links

using 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
Sreng Hong
15,083 Points

Hi 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
David Omar
5,676 Points

Nothing is wrong with your code for what I can see.

I refreshed and it worked....thanks for getting back