Welcome to FixHub, If you need design please contact us

CSS Units

 

CSS Units

CSS has several different units for expressing a length.

Many CSS properties take "length" values, such as widthmarginpaddingfont-size, etc.

Length is a number followed by a length unit, such as 10px2em, etc.

Example

Set different length values, using px (pixels):

h1 {
  font-size: 60px;
}

{
  font-size: 25px;
  line-height: 50px;
}

Note: A whitespace cannot appear between the number and the unit. However, if the value is 0, the unit can be omitted.

For some CSS properties, negative lengths are allowed.

There are two types of length units: absolute and relative.


Tags

Post a Comment

0Comments
Post a Comment (0)