CSS – bottom Property
The bottom property defines the vertical position of a positioned element, but will have no affect on an item not positioned.
The bottom property defines the vertical position of a positioned element, but will have no affect on an item not positioned.
The box-sizing property defines how the width and height of an element are calculated (i.e., should they include padding and borders, or not).
The break-after property specifies whether a page break, column break, or region break should occur after the element to avoid splitting across pages.
The break-after property specifies whether a page break, column break, or region break should occur before the element to avoid splitting across pages.
The break-after property specifies whether a page break, column break, or region break should occur inside the element.
The clear property specifies what should happen to the element that is next to a floating element.
The column-count property specifies the number of columns an element should be divided into.
The column-fill property specifies how to either fill the columns by balancing the content or by first filling the initial column’s full height.
The column-rule property is a shorthand property for all the other properties a CSS column-rule can be given.
The column-rule-color property specifies the color of the rule between columns.
The column-rule-style property specifies the style of the rule between columns.
The column-rule-width property specifies the width of the rule between columns.
The column-span property specifies how many columns an element should span across.
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 display property specifies the display behavior (the way it renders and takes up space) of an 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.