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 Make a CSS Image Gallery

Nikita Golubov
Nikita Golubov
6,191 Points

Can't get right answer

I enter code like this as it was in previous video lecture:

galley {

margin: 0; padding: 0; list-style: none; }

But somehow it isn't correct. I get this message: "It looks like at least one side has no margin. Be sure you set all sides to zero margin."

Nikita Golubov
Nikita Golubov
6,191 Points

oops. I misspelled "gallery"

2 Answers

Justin Hunter
PLUS
Justin Hunter
Courses Plus Student 11,484 Points

It's usually something that simple :) I assume you misspelled it in the chode challenge right? Or was it just here and you are still having trouble in the code challenge?

Nikita Golubov
Nikita Golubov
6,191 Points

Yeah, I misspelled it in the code challenge but noticed it only when re-read started discussion) So everything is going great now. Thanks for your attention!