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 trialsethspivey
481 PointsConfused.
I'm using the target/context = result formula, but I can't get this question right. Can someone help me with this?
1 Answer
Shawn Flanigan
Courses Plus Student 15,815 PointsFor .cake
, you want a padding of 10px in a 600px element, so...10/600 = 0.01666666... or 1.666666%
. For .filling
, you want a padding of 10px in a 500px element, so... 10/500 = 0.02 or 2%
.
Shawn Flanigan
Courses Plus Student 15,815 PointsShawn Flanigan
Courses Plus Student 15,815 PointsI'm guessing you were using 700px as your context. It's always tempting to use the main wrapper div as your context, but remember to use the width of the element you're trying to affect.