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

cleating margins buy using clear: 0;

No matter what I try in the exercise, I get a message to cleat all the margins. I have tried margin-left: 0; etc and the notice never clears.

2 Answers

Keiron Lowe
Keiron Lowe
2,993 Points

There is no 0 value for the clear property. It's values are either left, right or both.

Hi Keiron,

none is also a valid value for the clear property.

Post the css that you have put in. You might have the selector wrong. To set all the margins to 0 you would use margin: 0;