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 (2014) The Box Model The CSS Box Model

Kaycee Harris
Kaycee Harris
935 Points

Padding and line-height

What the difference between padding and line-height? They sorta seem the same to me, can someone please explain the difference?

1 Answer

line-height:

It's commonly used to set the distance between lines of text.

padding:

It sets the space area on all four sides of an element

  • line-height we use for text (Line Spacing in Word)
  • padding we use for top/right/bottom/left space (Margins in Word)