Add to documented text styles.

This commit is contained in:
Rodrigo Girão Serrão
2022-12-21 11:29:17 +00:00
parent 516f3a20e3
commit cd3ba5cf2e

View File

@@ -1,4 +1,4 @@
The [text style](/styles/css_units/text_style) unit can be any space-separated combination of the following values:
The [text style](/styles/css_units/text_style) unit can be any _space-separated_ combination of the following values:
| Value | Description |
|-------------|----------------------------------------------------------------|
@@ -7,3 +7,4 @@ The [text style](/styles/css_units/text_style) unit can be any space-separated c
| `reverse` | reverse video text (foreground and background colors reversed) |
| `underline` | <u>underline text</u> |
| `strike` | <s>strikethrough text</s> |
| `none` | plain text with no styling |