CSS font-size
The CSS font-size property is used for specifying the size of your font.
Tip: Use CSS font to set the most common font properties in one go.
| Syntax: |
font-size: <value>
|
| Possible Values: |
Absolute Sizes:
- xx-small
- x-small
- small
- medium
- large
- x-large
- xx-large
Relative Sizes:
Length:
- An absolute font size (independent of the user agent's font table). Negative lengths are illegal.
Percentage:
- An absolute font size relative to the parent element's font size.
|
| Initial Value: |
medium
|
| Applies to: |
All elements
|
| Inherited: |
Yes (the computed value)
|
| Media: |
Visual
|
| Example: |
p {font-size: x-large}
|
| Try it yourself! |
|
Enjoy this website?
- Share
- Add this page to your Favorites
- Link to this page (copy/paste into your own website or blog):
- Link to Quackit using one of these banner ads.
- Help support Quackit by making a donation
Oh, and thank you for supporting Quackit!