CSS – column-width Property
The column-width property specifies the column width, and is flexible property where if the browser cannot fit at least two columns it will default to one.
The column-width property specifies the column width, and is flexible property where if the browser cannot fit at least two columns it will default to one.
The columns property is a shorthand property for the column-count and column-width properties.
The content property is used with the ::before and ::after pseudo-elements, to insert content before or after an element.
The counter-increment property increases or decreases the value of one or more CSS counters.
The cursor property specifies the type of mouse cursor to be displayed when over an element.
The direction property specifies the text direction direction within a block-level element.
The display property specifies the display behavior (the way it renders and takes up space) of an element.
The empty-cells property sets whether or not to display borders on empty cells in a table.
The filter property defines visual effects (like blur and saturation) to an image element.
The flex property is a shorthand property for: flex-basis, flex-grow, and flex-shrink.
The flex-direction property specifies the direction of the flexible items.
The flex-flow property is a shorthand property for flex-direction and flex-wrap.
The flex-grow property specifies how much the item will grow relative to the rest of the flexible itemsinside the same container.
The flex-shrink property specifies how the item will shrink relative to the rest of the flexible items inside the same container.
The flex-wrap property specifies whether the flexible item should wrap or not.
The float property specifies whether an element should float to the left, to the right, or not at all.
The font property is a shorthand property for font-family, font-size/line-height, font-style, font-variant, and font-weight.
The font-family property specifies the font for an element, and contains several font names as a “fallback” system. The browser will use the first font available, trying the first font, then the second, and so on.