Contents
What does CSS line height mean?
Using the CSS line-height
property, you can specify a custom height for a line box:
Increasing the CSS line height means adding extra space over and under the actual text characters. Manipulating this property allows you to change CSS line spacing, making the text easier to read:
The syntax for CSS line-height
The line-height
CSS property requires to define one value:
line-height: value;
You can find all the ways to specify the value for the CSS line height in the table below.
- Easy to use with a learn-by-doing approach
- Offers quality content
- Gamified in-browser coding experience
- The price matches the quality
- Suitable for learners ranging from beginner to advanced
- Free certificates of completion
- Focused on data science skills
- Flexible learning timetable
- Simplistic design (no unnecessary information)
- High-quality courses (even the free ones)
- Variety of features
- Nanodegree programs
- Suitable for enterprises
- Paid Certificates of completion
- A wide range of learning programs
- University-level courses
- Easy to navigate
- Verified certificates
- Free learning track available
- University-level courses
- Suitable for enterprises
- Verified certificates of completion
CSS line height values
Value | Description |
---|---|
normal |
The default value. Represents the font size multiplied by 1.2 |
Unitless numbers | A number to multiply the font size value by |
Percentages | A percentage to multiply the font size value by |
Length units | A fixed line height in pt, px, cm, etc. |
See one more example to see how percentages can be used for CSS line spacing: