2021
1 featuresThe fit-content CSS keyword expands a box as needed to fit its contents until the maximum size is reached, preserving the content's preferred aspect ratio.
2020
1 featuresThe min-content and max-content CSS keywords represent the smallest and largest intrinsic sizes of an element.
2019
1 featuresIn printed page layouts, the break-after, break-before, break-inside CSS properties control where printed pages start and end. Also known as pagination or page breaking.
2015
4 featuresThe width and height CSS properties set the preferred physical size of an element.
The box-sizing CSS property sets whether an element's width and height are calculated based on the content-box, which does not count the size of borders or padding, or border-box, which does count them.
The margin CSS property sets space around an element. It is a shorthand for margin-top, margin-right, margin-bottom, and margin-left.