mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add reference for border type.
This commit is contained in:
19
docs/snippets/type_syntax/border.md
Normal file
19
docs/snippets/type_syntax/border.md
Normal file
@@ -0,0 +1,19 @@
|
||||
The [`<border>`](/css_types/border.md) type can take any of the following values:
|
||||
|
||||
| Border type | Description |
|
||||
|-------------|----------------------------------------------------------|
|
||||
| `"ascii"` | A border with plus, hyphen, and vertical bar characters. |
|
||||
| `"blank"` | A blank border (reserves space for a border). |
|
||||
| `"dashed"` | Dashed line border. |
|
||||
| `"double"` | Double lined border. |
|
||||
| `"heavy"` | Heavy border. |
|
||||
| `"hidden"` | Alias for "none". |
|
||||
| `"hkey"` | Horizontal key-line border. |
|
||||
| `"inner"` | Thick solid border. |
|
||||
| `"none"` | Disabled border. |
|
||||
| `"outer"` | Solid border with additional space around content. |
|
||||
| `"round"` | Rounded corners. |
|
||||
| `"solid"` | Solid border. |
|
||||
| `"tall"` | Solid border with additional space top and bottom. |
|
||||
| `"vkey"` | Vertical key-line border. |
|
||||
| `"wide"` | Solid border with additional space left and right. |
|
||||
Reference in New Issue
Block a user