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

HTML Build a Responsive Website Introduction to Responsive Web Design Converting PX to EMs

Now, 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

Looks like you just got your target and context numbers switched around. It should be (target) 18px / (context) 16px = (result).

Thank you! Such a tiny mistake on my part

It happens to the best of us. :)