filmov
tv
CSS Tutorial 39 - Adding Multiple Columns to Elements

Показать описание
In this CSS tutorial I go over how you can add multiple columns (like a newspaper) to an HTML element.
With coloumn-count you can specify number of columns to add.
with column-gap property you can specify the space between each column
with column-fill you can specify how the columns are filled.
with column-width you can specify width of columns, and by resizing window, it will continue adding new columns as long as they can be fit with using same width.
with column-rule properties you cna specify style, color and width of line between each column
With coloumn-count you can specify number of columns to add.
with column-gap property you can specify the space between each column
with column-fill you can specify how the columns are filled.
with column-width you can specify width of columns, and by resizing window, it will continue adding new columns as long as they can be fit with using same width.
with column-rule properties you cna specify style, color and width of line between each column