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

Challenge bug

Noticed a bug in this challenge, when you actually have to set the padding to 0 and when i click check the error show up saying : Bummer! Did you set the left padding to 0? The question is saying set padding to 0 not padding-left to 0.

2 Answers

Try to set the padding with 1px on every size apart from left, which would be padding:1,1,1,0;

sungwon choe
sungwon choe
15,044 Points

Strangely, it works if you set

padding: 0 0 0 0;