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 Modular CSS with Sass Getting Modular with Mixins and Functions Pixels to Em Function

Using pixel conversion for different values ?

Is it possible to use the em function as showed in the video for different properties such as margins, paddings and etc ?

2 Answers

Abe Layee
Abe Layee
8,378 Points

I have not done the sass course yet.However, margin and padding can accept em value in css. You can use percentage value with margin and padding which is very useful for reponsive design. I hope this was helpful:D

Julian Aramburu
Julian Aramburu
11,368 Points

Hi Sayed! If you are talking about using em units as values for your margins and paddings, of course it's possible :)!