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 trialsayedshahidi
9,158 PointsUsing 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
8,378 PointsI 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
11,368 PointsHi Sayed! If you are talking about using em units as values for your margins and paddings, of course it's possible :)!