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 CSS Basics (2014) Basic Layout Basic Layout Review

Naya Willis
Naya Willis
2,461 Points

help

i don't get this question

Alex Flores
Alex Flores
7,864 Points

New to answering comments, so maybe I don't see it. However, I don't know what question your referring to.

Colin Marshall
Colin Marshall
32,861 Points

Naya Willis there are 8 questions for this quiz. Can you please provide us the specific question you are having trouble answering?

Alex Flores there are breadcrumbs at the top of this page that show the course and section this thread pertains to. There is also a "View Quiz" button to the right of the breadcrumbs that links to the quiz that is being discussed in this thread.

7 Answers

Center

center

The view quiz button goes to different questions. Still need to know which question.

i can help you too

Write the property and value that takes .main out of the normal page flow and places it along the left side of its container:

.main { float : left ; }

I think the colon need to be right next to the float (without a space). The same with the semi-colon after left. .main {float: left;}

With the BOX-SIZING property, we can alter the way a browser calculates the total width of an element.

box-sizing

If we specify one background-position value, the browser will assume the vertical position value is center

answer center