This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
sandbox:sandbox [2022/03/29 17:22] manu [Developpment] |
sandbox:sandbox [2023/11/09 15:39] (current) manu |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Sandbox ====== | ====== Sandbox ====== | ||
| - | |||
| - | <code> | ||
| - | |||
| + | <code> | ||
| Line 58: | Line 56: | ||
| ^ 20% ^ 80% ^ | ^ 20% ^ 80% ^ | ||
| | Specified width | The rest of the table width | | | Specified width | The rest of the table width | | ||
| + | |||
| + | ==== color ==== | ||
| + | |||
| + | <code> | ||
| + | <color green>text</color> | ||
| + | <color blue/lightgrey>text</color> | ||
| + | <color #FF0000>text</color> | ||
| + | <color /#FFff00>text</color> | ||
| + | <color rgb(80%,0%,0%)/rgb(100%,80%,100%)>text</color> | ||
| + | <color hsl(120,100%,30%):hsl(180,50%,90%)>text</color> | ||
| + | </code> | ||
| + | |||
| + | <color green>text</color> | ||
| + | <color blue/lightgrey>text</color> | ||
| + | <color #FF0000>text</color> | ||
| + | <color /#FFff00>text</color> | ||
| + | <color rgb(80%,0%,0%)/rgb(100%,80%,100%)>text</color> | ||
| + | <color hsl(120,100%,30%):hsl(180,50%,90%)>text</color> | ||