Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Emile Cambry
Front End Web Development Techdegree Student 5,798 PointsProblems
It is telling me to select #wrapper and make the max-width 940 pixels and center it by using margins ,but once I put center into the margin property it tells me my value is off. What am I doing wrong?
1 Answer

George Cristian Manea
30,787 PointsThe "margin" does not have "center" value. If you want to center , you can use "margin:0 auto;" or "margin-left :auto; margin-right:auto;"