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 trialLance Joseph II
2,471 PointsNow, still using font-size of 16px as your context, convert the size of the H2 from pixels to ems.
I have the answer as .889em, but for some reason I am still drawing a failed. Am I doing my math wrong on this one?
2 Answers
Phillip Gibson
13,805 PointsLooks like you just got your target and context numbers switched around. It should be (target) 18px / (context) 16px = (result)
.
Lance Joseph II
2,471 PointsThank you! Such a tiny mistake on my part
Phillip Gibson
13,805 PointsIt happens to the best of us. :)