Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| info:multicols [2016/05/11 11:13] – créée radeff | info:multicols [2024/01/17 09:07] (Version actuelle) – [Multicols / multicol] radeff | ||
|---|---|---|---|
| Ligne 3: | Ligne 3: | ||
| onglet = tabbed document interface (TDI) or Tab | onglet = tabbed document interface (TDI) or Tab | ||
| + | <code js> | ||
| + | #multicol { | ||
| + | width: 90%; | ||
| + | -webkit-columns: | ||
| + | -moz-columns: | ||
| + | columns: 2 auto; | ||
| + | -moz-column-gap: | ||
| + | -webkit-column-gap: | ||
| + | column-gap: | ||
| + | } | ||
| + | </ | ||
| - | * http:// | + | voir aussi: [[info: |
| - | * http:// | + | ===== Demo ===== |
| - | * http:// | + | |
| - | * http:// | + | |
| - | * http:// | + | |
| - | * http:// | + | |
| - | * http:// | + | |
| - | + | ||
| - | voir aussi: [[:info: | + | |
| + | < | ||
| + | < | ||
| + | #multicol { | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | } | ||
| + | </ | ||
| + | <div id=" | ||
| + | Lorem ipsum dolor sit amet, consectetur | ||
| + | <br /> | ||
| + | <br /> | ||
| + | <br />Ut enimad minim veniam, quis nostrud | ||
| + | <br /> | ||
| + | <br /> | ||
| + | <br />Duis aute irure dolor inreprehenderit | ||
| + | <br />in voluptate velit esse cillum dolore | ||
| + | <br />eu fugiat nullapariatur. Excepteur | ||
| + | <br />sint occaecat cupidatat non proident, | ||
| + | <br />sunt inculpa qui officia deserunt | ||
| + | <br />mollit anim id est laborum. | ||
| + | <br />Lorem ipsum dolor sit amet, consectetur | ||
| + | <br /> | ||
| + | <br /> | ||
| + | <br />Ut enimad minim veniam, quis nostrud | ||
| + | <br /> | ||
| + | <br /> | ||
| + | <br />Duis aute irure dolor inreprehenderit | ||
| + | <br />in voluptate velit esse cillum dolore | ||
| + | <br />eu fugiat nullapariatur. Excepteur | ||
| + | <br />sint occaecat cupidatat non proident, | ||
| + | <br />sunt inculpa qui officia deserunt | ||
| + | <br />mollit anim id est laborum. | ||
| + | </ | ||
| + | </ | ||