Uniformise CSS rules reference format.

This commit is contained in:
Rodrigo Girão Serrão
2022-12-21 21:38:05 +00:00
parent d82b21786a
commit ea1dd86a3b
2 changed files with 12 additions and 3 deletions

View File

@@ -12,8 +12,12 @@ The style `background` needs a [`<color>`](../css_types/color.md) followed by an
### Values
#### &lt;color&gt;
--8<-- "docs/snippets/type_syntax/color.md"
#### &lt;percentage&gt;
--8<-- "docs/snippets/type_syntax/percentage.md"
This is clamped between `0%` and `100%`.