font-size

Previous- font-weight  |  Next-font

Description

This property describes the size of the font when set solid.


Initial Value : medium

Applies to : all elements

Inherited : yes

Possible Values
xx-small | x-small | small | medium | large | x-large | xx-large | larger | smaller | <length> | <percentage> | inherit

Example(s)
p { font-size: 12pt; }
blockquote { font-size: larger }
em { font-size: 150% }
em { font-size: 1.5em }

Previous- font-weight  |  Next-font