Align Self

Vertical alignment. This overrides the align-items property, on a per-item basis using.

Value Description
autoDefault. The item inherits its parent container's 'align-items' property, or 'stretch' if it has no parent container
stretchThe item is vertically stretched to fit the container
centerThe item is vertically centered inside the container
flex-startThe item is top aligned
flex-endThe item is bottom aligned
baselineThe item is positioned at the baseline of the container.

Themeover CSS Reference

Close