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 trialGautham Botta
Courses Plus Student 1,505 PointsChallenge 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
Thomas Regan
2,032 PointsTry to set the padding with 1px on every size apart from left, which would be padding:1,1,1,0;
sungwon choe
15,044 PointsStrangely, it works if you set
padding: 0 0 0 0;