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 Understanding Values and Units Quiz: Values and Units

Jordan LaRocco
Jordan LaRocco
1,287 Points

how is em not the answer? the previous question asked the difference b/w rem and em, and em was described as this

what is the answer then...

1 Answer

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,252 Points

I believe the answer you want to percentages (%). The "bummer" message tells us that and` are font-relatvie measurements so they measure the size of the font stack whereas for this scenario, percentages are used to measure the relative size of elements. So in this question the other question you referenced is correct but you're not concerned with em or rem at all. :-)