How to set font size
Example analysis:
The font-size attribute is used to set the font size.
The following attribute values can be set:
Value | Description |
---|---|
##xx-small x-small small medium largex-large ##xx-large | Set the font size to different sizes, from xx-small to xx-large. Default value: medium. |
Set font-size to a smaller size than the parent element. | |
Set font-size to a larger size than the parent element. | |
Set font-size to a fixed value. | |
Set font-size to a percentage value based on the parent element. |