alignSelf

object alignSelf extends Style[String]

The align-self CSS property aligns flex items of the current flex line overriding the align-items value. If any of the flex item's cross-axis margin is set to auto, then align-self is ignored.

The align-self CSS property aligns flex items of the current flex line overriding the align-items value. If any of the flex item's cross-axis margin is set to auto, then align-self is ignored.

MDN

class Style[String]
class Key
class Object
trait Matchable
class Any

Value members

Concrete fields

lazy val auto: StyleSetter

Computes to parent's align-items value or stretch if the element has no parent.

Computes to parent's align-items value or stretch if the element has no parent.

MDN

lazy val baseline: StyleSetter

All flex items are aligned such that their baselines align. The item with the largest distance between its cross-start margin edge and its baseline is flushed with the cross-start edge of the line.

All flex items are aligned such that their baselines align. The item with the largest distance between its cross-start margin edge and its baseline is flushed with the cross-start edge of the line.

MDN

lazy val center: StyleSetter

The flex item's margin box is centered within the line on the cross-axis. If the cross-size of the item is larger than the flex container, it will overflow equally in both directions.

The flex item's margin box is centered within the line on the cross-axis. If the cross-size of the item is larger than the flex container, it will overflow equally in both directions.

MDN

lazy val flexEnd: StyleSetter

The cross-end margin edge of the flex item is flushed with the cross-end edge of the line.

The cross-end margin edge of the flex item is flushed with the cross-end edge of the line.

MDN

lazy val flexStart: StyleSetter

The cross-start margin edge of the flex item is flushed with the cross-start edge of the line.

The cross-start margin edge of the flex item is flushed with the cross-start edge of the line.

MDN

lazy val stretch: StyleSetter

Flex items are stretched such as the cross-size of the item's margin box is the same as the line while respecting width and height constraints.

Flex items are stretched such as the cross-size of the item's margin box is the same as the line while respecting width and height constraints.

MDN

Inherited fields

override val name: String
Inherited from
Style