mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix page.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# CSS Types
|
||||
|
||||
CSS types define the values that Textual CSS rules accept.
|
||||
CSS types define the values that Textual CSS styles accept.
|
||||
|
||||
CSS types will be linked from within the [styles reference](../styles/index.md) in the "Formal Syntax" section of each rule.
|
||||
CSS types will be linked from within the [styles reference](../styles/index.md) in the "Formal Syntax" section of each style.
|
||||
The CSS types will be denoted by a keyword enclosed by angle brackets `<` and `>`.
|
||||
|
||||
For example, the style [`align-horizontal`](../styles/align.md) references the CSS type [`<horizontal>`](./horizontal.md):
|
||||
|
||||
--8<-- "docs/snippets/syntax_block_start.md"
|
||||
align-horizontal: <a href="./horizontal.md"><horizontal></a>
|
||||
align-horizontal: <a href="./horizontal.md"><horizontal></a>;
|
||||
--8<-- "docs/snippets/syntax_block_end.md"
|
||||
|
||||
Reference in New Issue
Block a user