verticalAlign

object verticalAlign extends Style[String]

The vertical-align CSS property specifies the vertical alignment of an inline or table-cell box.

The vertical-align CSS property specifies the vertical alignment of an inline or table-cell box.

MDN

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

Value members

Concrete fields

lazy val `super`: StyleSetter

Aligns the baseline of the element with the superscript-baseline of its parent.

Aligns the baseline of the element with the superscript-baseline of its parent.

MDN

lazy val baseline: StyleSetter

Aligns the baseline of the element with the baseline of its parent. The baseline of some replaced elements, like textarea is not specified by the HTML specification, meaning that their behavior with this keyword may change from one browser to the other.

Aligns the baseline of the element with the baseline of its parent. The baseline of some replaced elements, like textarea is not specified by the HTML specification, meaning that their behavior with this keyword may change from one browser to the other.

MDN

lazy val middle: StyleSetter

Aligns the middle of the element with the middle of lowercase letters in the parent.

Aligns the middle of the element with the middle of lowercase letters in the parent.

MDN

lazy val sub: StyleSetter

Aligns the baseline of the element with the subscript-baseline of its parent.

Aligns the baseline of the element with the subscript-baseline of its parent.

MDN

lazy val textBottom: StyleSetter

Aligns the bottom of the element with the bottom of the parent element's font.

Aligns the bottom of the element with the bottom of the parent element's font.

MDN

lazy val textTop: StyleSetter

Aligns the top of the element with the top of the parent element's font.

Aligns the top of the element with the top of the parent element's font.

MDN

Inherited fields

override val name: String
Inherited from
Style