CSS Grid Layout (level 1)
Method of using a grid concept to lay out content, providing a mechanism for authors to divide available space for layout into columns and rows using a set of predictable sizing behaviors. Includes support for all `grid-*` properties and the `fr` unit.
CSS revert value
A CSS keyword value that resets a property's value to the default specified by the browser in its UA stylesheet, as if the webpage had not included any CSS. For example, `display:revert` on a `<div>` would result in `display:block`. This is in contrast to the `initial` value, which is simply defined on a per-property basis, and for `display` would be `inline`.
CSS Flexible Box Layout Module
Method of positioning elements in horizontal or vertical stacks. Support includes all properties prefixed with `flex`, as well as `display: flex`, `display: inline-flex`, `align-content`, `align-items`, `align-self`, `justify-content` and `order`.
CSS inline-block
Method of displaying an element as a block while flowing it with text.
css property: border-inline
css property: border-inline-color
css property: border-inline-end
css property: border-inline-end-color
css property: border-inline-end-style
css property: border-inline-end-width
css property: border-inline-start
css property: border-inline-start-color
css property: border-inline-start-style
css property: border-inline-start-width
css property: border-inline-style
css property: border-inline-width
css property: contain-intrinsic-inline-size
css property: contain: inline-size
css property: display: inline-block
css property: display: inline-flex
css property: display: inline-grid
css property: display: inline-table
css property: inline-size
css property: inline-size: `fit-content`
css property: inline-size: `fit-content()`
css property: inline-size: `max-content`
css property: inline-size: `min-content`
css property: inset-inline
css property: inset-inline-end
css property: inset-inline-start
css property: margin-inline
css property: margin-inline-end
css property: max-inline-size
css property: max-inline-size: `fit-content`
css property: max-inline-size: `max-content`
css property: max-inline-size: `min-content`
css property: min-inline-size
css property: min-inline-size: `fit-content`
css property: overflow-inline
css property: overscroll-behavior-inline
css property: padding-inline
css property: padding-inline-end
css property: padding-inline-start
css property: resize: support on block level, replaced, table cell, or inline block elements
css property: scroll-margin-inline
css property: scroll-margin-inline-end
css property: scroll-margin-inline-start
css property: scroll-padding-inline
css property: scroll-padding-inline-end
css property: scroll-padding-inline-start
50 results found.