Suggest an editImprove this articleRefine the answer for “What does the line-height property do?”. Your changes go to moderation before they’re published.Approval requiredContentWhat you’re changing🇺🇸EN🇺🇦UAPreviewTitle (EN)Short answer (EN)**`line-height`** sets the line height, that is, the distance between the baselines of adjacent lines of text, which determines how dense or airy the text looks. **Key point:** a numeric value (like `1.5`) is multiplied by the current `font-size`, though you can also set it in `px`, `em`, `%`, or `normal`.Shown above the full answer for quick recall.Answer (EN)Image`line-height` sets the line height, the distance between the baselines of adjacent lines of text. It determines how dense or "airy" the text looks. Example: ```css p { line-height: 1.5; } ``` If you specify a number (for example `1.5`), it is multiplied by the current `font-size`. You can also set it in `px`, `em`, `%`, or `normal`.For the reviewerNote to the moderator (optional)Visible only to the moderator. Helps review go faster.