Results 321 - 340 of 726

box-flex

See Flexbox for more information on what you should be using instead of this property.
CSS CSS Property CSS Reference NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Non-standard

column-count

The column-count CSS property describes the number of columns of the element.
CSS CSS Multi-columns CSS Property NeedsMobileBrowserCompatibility Reference

column-fill

The column-fill CSS property controls how contents are partitioned into columns. Contents are either balanced, which means that contents in all columns will have the same height or, when using auto, just take up the room the content needs.
CSS CSS Multi-columns CSS Property NeedsBrowserCompatibility Reference

column-gap

The column-gap CSS property sets the size of the gap between columns for elements which are specified to be displayed as multi-column elements.
CSS CSS Multi-columns CSS Property NeedsMobileBrowserCompatibility Reference

column-rule

In multi-column layouts, the column-rule CSS property specifies a straight line, or "rule", to be drawn between each column. It is a convenient shorthand to avoid setting each of the individual column-rule-* properties separately : column-rule-width, column-rule-style and column-rule-color.
CSS CSS Multi-columns CSS Property NeedsMobileBrowserCompatibility Reference

column-rule-color

The column-rule-color CSS property lets you set the color of the "rule" or line drawn between columns in multi-column layouts.
CSS CSS Multi-columns CSS Property NeedsMobileBrowserCompatibility Reference

column-rule-style

The column-rule-style CSS property lets you set the style of the rule drawn between columns in multi-column layouts.
CSS CSS Multi-columns CSS Property NeedsMobileBrowserCompatibility Reference

column-rule-width

The column-rule-width CSS property lets you set the width of the rule drawn between columns in multi-column layouts.
CSS CSS Multi-columns CSS Property NeedsMobileBrowserCompatibility Reference