Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
| info:multicols [2018/05/08 00:01] – radeff | info:multicols [2024/01/17 09:07] (Version actuelle) – [Multicols / multicol] radeff | ||
|---|---|---|---|
| Ligne 4: | Ligne 4: | ||
| onglet = tabbed document interface (TDI) or Tab | onglet = tabbed document interface (TDI) or Tab | ||
| <code js> | <code js> | ||
| - | | + | #multicol { |
| - | | + | width: 90%; |
| - | | + | -webkit-columns: |
| - | | + | -moz-columns: |
| - | | + | columns: 2 auto; |
| - | -moz-column-gap: | + | -moz-column-gap: |
| - | -webkit-column-gap: | + | -webkit-column-gap: |
| - | column-gap: 40px; | + | column-gap: |
| - | } | + | } |
| </ | </ | ||
| - | * http:// | ||
| - | * http:// | ||
| - | * http:// | ||
| - | * http:// | ||
| - | * http:// | ||
| - | * http:// | ||
| - | * http:// | ||
| - | voir aussi: [[:info: | + | voir aussi: [[info: |
| ===== Demo ===== | ===== Demo ===== | ||