Eye of Design helps users find information on web design and development along with feature a gallary of works created by Gary R. Hess.

Line Height

Line Height is the amount of space between each line. This is of great use for easy to read text or having white space around certain words/headers.

To use line-height
There are two ways of specifying space between lines within line-height.

  1. By using a percentage
  2. By using an absolute value in pixels, points or ems
An example of this is line-height: 150%;. However, instead of using 150%, 1.5 may be used. As well, line-height: 20px; may be used.

Instead of using the line-height property, line-height may be specified within the font property.