The line-height property specifies the line height of an element. A line of text will be vertically centered within the specified height.
Value
Description
(numeric)
e.g. '1.5' would set the line height to 18 pixels if the font-size for the element was set to 12px (12 x 1.5).
Note that with line-height it is valid and often advisable not to specify a unit value, thus allowing the browser to calculate line-height based on font-size. Microthemer therefore does not automatically add the 'px' unit if no unit is specified.
Line Height
The line-height property specifies the line height of an element. A line of text will be vertically centered within the specified height.
Themeover CSS Reference
Online CSS References: Line Height
Online CSS Tutorials: Line Height