Font-Size

Font-size in CSS.

Syntax (font-size : values;)
  • font-size
  • Values: smaller | larger | x-small | xx-small | small | medium | etc...
Example:

.class_name{font-size : smaller;}

0 comments