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 Foundations Values and Units Absolute Length Units

Is it necessary to learn Absolute Length Units?

It seems as though these units are fixed and unresponsive. So, if Responsive Web Design is becoming the new standard, do I need to direct much attention to this section?

1 Answer

Dave McFarland
STAFF
Dave McFarland
Treehouse Teacher

Yes, you should still know about these values. Many absolute values aren't used much in CSS -- like cm, mm or in -- but we frequently use percentages for layout of page elements, pixels are still commonly used for margins, padding, and border width.

In addition, for print stylesheets you can effectively use pt (points) to define text sizes.