This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
sandbox:sandbox [2023/02/11 00:07] manu |
sandbox:sandbox [2023/11/09 15:39] (current) manu |
||
---|---|---|---|
Line 2: | Line 2: | ||
- | <a href="https://www.moipourtoi.com/-manu57">free date</a> | ||
- | |||
- | <a href="https://www.moipourtoi.com/-manu57">site de rencontres gratuites</a> | ||
<code> | <code> | ||
- | |||
- | |||
- | |||
- | |||
Line 63: | 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> |