Différences
Ci-dessous, les différences entre deux révisions de la page.
css:wrap_properties [2023/02/14 15:52] – créée avillepreux | css:wrap_properties [2023/02/15 12:39] (Version actuelle) – avillepreux | ||
---|---|---|---|
Ligne 8: | Ligne 8: | ||
.wrap_min-content { width: min-content; | .wrap_min-content { width: min-content; | ||
.wrap_fit-content { width: fit-content; | .wrap_fit-content { width: fit-content; | ||
+ | |||
+ | /* Columns */ | ||
+ | |||
+ | .wrap_columns.wrap_2 { columns: 2 } | ||
+ | .wrap_columns.wrap_3 { columns: 3 } | ||
+ | .wrap_columns.wrap_4 { columns: 4 } | ||
+ | .wrap_columns.wrap_5 { columns: 5 } | ||
+ | .wrap_columns.wrap_6 { columns: 6 } | ||
+ | .wrap_columns.wrap_7 { columns: 7 } | ||
+ | .wrap_columns.wrap_8 { columns: 8 } | ||
+ | |||
+ | .wrap_columns> | ||
</ | </ |