About 1,940,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 …

  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, …

  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 …

  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 …

  8. CSS - line-height Property - Online Tutorials Library

    CSS line-height property controls the amount of space between lines of text within an element. It affects the vertical distance from the baseline of one line of text to the baseline of the next line.

  9. CSS line-height Property - CSS Portal

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

  10. CSS line-height property - w3schools.am

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