You are here : cssCSS 3line-height

line-height - CSS 3

The line-height property specifies the line height.Note: Negative values are not allowed.


Syntax

line-height: normal|number|length|initial|inherit;


Example

p.small {    line-height: 90%;}
	p.big {    line-height: 200%;}


Output / Return Value


Limitations


Alternatives / See Also


Reference