de | en

CSS font size

CSS Font-Size

Description

The CSS font-size property is used to define the font size of the selected element.

Example Font-Size

p {
   font-size: 14px;
}

More CSS Properties