Move snippets to top level of docs.

This commit is contained in:
Rodrigo Girão Serrão
2022-12-21 17:30:55 +00:00
parent 6a07f30094
commit dfcaada0b8
5 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
The [text style](/styles/css_units/text_style) unit can be any _space-separated_ combination of the following values:
| Value | Description |
|-------------|----------------------------------------------------------------|
| `bold` | **bold text** |
| `italic` | _italic text_ |
| `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 |