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.

Vaiva Ignataviciute
3,652 PointsIs it ok to add margin-left: 150px to .container for 1150px screens to centralize the page?
Hey guys,
I followed every step that Guil made in his code, but .container { width= 80%; max-width: 1150px; } did not centralized the content, in this case I added margin-left: 150px; to .container and it centralized the content. Is it normal?
there is a snapshot of my code:
https://w.trhou.se/vil1076vun
Thanks !
1 Answer

HIDAYATULLAH ARGHANDABI
21,030 PointsYour container already has a margin of 80 percent. If you want to place content in center of the container.
container{
align-content:center; }