| ZVON > References > CSS2 Reference |
| Intro / Search / ZVON |
| Property: | line-height |
| Inherited: | yes |
| Value: | normal | <number> | <length> | <percentage> | inherit |
| Initial: | normal |
| Applies to: | all elements |
| Media: | visual |
| Percentages: | refer to the font size of the element itself |
|
<BBB>text text text text <CCC>A sentence inside a text.</CCC> text text text text text text text text text text text text text text text text text text </BBB> |
View BBB {display: block; width: 100pt; line-height: 200%} |
|
<BBB>text text text text <CCC>A sentence inside a text.</CCC> text text text text text text text text text text text text text text text text text text </BBB> |
View BBB {display: block; width: 100pt; line-height: 50%} |