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 trialLeon Kenedy
Courses Plus Student 9,149 PointsHelp with this question.
I need help with number three.
Here is the link to the quiz it is number three.
http://teamtreehouse.com/library/css-layout-techniques/grid-layout/grid-layout-review
This is the question though.
A column that's 85px wide and nested inside a 1000px row, when converted to a percentage is ____ % wide.
2 Answers
Jason Anello
Courses Plus Student 94,610 PointsHi Leon,
The question is asking you what percentage of the 1000px is taken up by the 85px column. The 85px is a fraction of the 1000px container.
Are you having trouble with what to do with those 2 numbers?
Leon Kenedy
Courses Plus Student 9,149 PointsYes, I am an not sure what to do.
Jason Anello
Courses Plus Student 94,610 PointsYou want to divide the 85px by the 1000px and then the quiz wants the answer as a percentage.
Leon Kenedy
Courses Plus Student 9,149 PointsI am confused I did the math on a piece of paper then, I got 0.085% so how would I put it in?
Jason Anello
Courses Plus Student 94,610 PointsSo when you do the division it gives the decimal 0.085 and then you need to convert that to a percent by moving the decimal point 2 places to the right. This should give you 8.5
as a percent
Leon Kenedy
Courses Plus Student 9,149 PointsI also need help with number 5.
Jason Anello
Courses Plus Student 94,610 PointsSometimes the quiz questions don't appear in the same order.
Is it this one?
*To create 3 equal-width content columns in a 12 column row, we'll need to make each one _______ columns wide. *
If the 3 content columns have to be equal then they each need to be the same number of columns in the 12-col grid. It also has to add up to 12.
So the question is asking what would each one have to be so that they're equal and add up to 12.
If you wanted 2 equal width columns then each one would have to be 6 columns in the grid. That adds up to 12.
Leon Kenedy
Courses Plus Student 9,149 PointsTo create 3 equal-width content columns in a 12 column row, we'll need to make each one columns wide.
Jason Anello
Courses Plus Student 94,610 PointsAnother way to look at it is that if you're going to have 3 equal-width content columns then they will each take up one-third of the space. If it's a 12 column grid then you have to figure out how many columns would be one-third of that.
Jason Anello
Courses Plus Student 94,610 PointsIt's one-third of 12. 12 / 3 = 4
Leon Kenedy
Courses Plus Student 9,149 PointsThank you so much.
Jason Anello
Courses Plus Student 94,610 PointsYou're welcome.
Richard Montalvo
1,503 Pointsleans into your ear and whispers: "divide"
Tommy Gebru
30,164 PointsThe answer already accepts the value as a percentage, just provide the quotient
Leon Kenedy
Courses Plus Student 9,149 PointsLeon Kenedy
Courses Plus Student 9,149 PointsI don't get it and I am sorry but, I need help.