Code source wiki de Code test
Afficher les derniers auteurs
author | version | line-number | content |
---|---|---|---|
1 | |||
2 | {{html}} | ||
3 | <div style="display:flex; border:2px black dotted;height:100px"> | ||
4 | <div style="flex-direction:column"> | ||
5 | <p style="display:block; margin-left:250px; border:2px black solid; width:300px; height:50px"> Decembre</p> | ||
6 | <p style="display:block; position:center; border:2px black solid; width:300px; height:100px"> | ||
7 | <ul> | ||
8 | <li> 12/12 </li> | ||
9 | <li> 25/12 </li> | ||
10 | </ul> | ||
11 | </p> | ||
12 | </div> | ||
13 | </div> | ||
14 | |||
15 | {{/html}} |