The line-height property specifies the line height.Note: Negative values are not allowed.
line-height: normal|number|length|initial|inherit;
p.small { line-height: 90%;} p.big { line-height: 200%;}