About 126,000 results
Open links in new tab
  1. CSS line-height property - W3Schools

    Definition and Usage The line-height property specifies the height of a line. Note: Negative values are not allowed. Show demo

  2. line-height - CSS | MDN

    Oct 30, 2025 · The line-height CSS property sets the height of a line box in horizontal writing modes. In vertical writing modes, it sets the width of a line box. It's commonly used to set the distance between …

  3. line-height - CSS-Tricks

    Sep 5, 2011 · The line-height property defines the amount of space above and below inline elements. That is, elements that are set to display: inline or display: inline-block.

  4. CSS line-height Property - W3docs

    Use the line-height CSS property to specify the height of the lines of the text. Definition of the property, values and examples.

  5. CSS line-height Property - GeeksforGeeks

    Jul 11, 2025 · The CSS line height property determines the height of each line of text within an element. It can be set as a specific length, percentage of the font size, or unitless number, affecting spacing …

  6. CSS Line-Height: Complete Guide to Controlling Text Spacing ...

    Jun 14, 2025 · What is CSS Line-Height? CSS line-height defines the minimum height of line boxes within an element. Unlike margin or padding, line-height creates space both above and below the …

  7. CSS: line-height property - TechOnTheNet

    This CSS tutorial explains how to use the CSS property called line-height with syntax and examples. The CSS line-height property defines the height used in the calculation of the line box height for an …

  8. CSS line-height Property - CSS Portal

    Learn about the line-height CSS Property. View description, syntax, values, examples and browser support for the line-height CSS Property.