VerticalAlign

com.raquo.laminar.defs.styles.traits.VerticalAlign
trait VerticalAlign extends Length[DerivedStyleProp, Int]

Attributes

Graph
Supertypes
trait Length[DerivedStyleProp, Int]
class Object
trait Matchable
class Any
Self type

Members list

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.

Attributes

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.

Attributes

lazy val bottom: StyleSetter

Aligns the bottom of the element and its descendants with the bottom of the entire line.

Aligns the bottom of the element and its descendants with the bottom of the entire line.

Attributes

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.

Attributes

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.

Attributes

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.

Attributes

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.

Attributes

lazy val top: StyleSetter

Aligns the top of the element and its descendants with the top of the entire line.

Aligns the top of the element and its descendants with the top of the entire line.

Attributes

Inherited fields

lazy val calc: DerivedStyleProp[String]

Wrap the provided expression in CSS calc() function.

Wrap the provided expression in CSS calc() function.

Attributes

See also
Inherited from:
Calc
lazy val ch: DerivedStyleProp[Int]

ch represents the width, or more precisely the advance measure, of the glyph "0" (zero, the Unicode character U+0030) in the element's font.

ch represents the width, or more precisely the advance measure, of the glyph "0" (zero, the Unicode character U+0030) in the element's font.

Attributes

Inherited from:
Length
lazy val em: DerivedStyleProp[Int]

em represents the calculated font-size of the element. If used on the font-size property itself, it represents the inherited font-size of the element.

em represents the calculated font-size of the element. If used on the font-size property itself, it represents the inherited font-size of the element.

Attributes

Inherited from:
Length
lazy val percent: DerivedStyleProp[Int]

Attributes

Inherited from:
Length
lazy val pt: DerivedStyleProp[Int]

1 pt is 4/3 of a pixel.

1 pt is 4/3 of a pixel.

Attributes

Inherited from:
Length
lazy val px: DerivedStyleProp[Int]

Pixels

Pixels

Attributes

Inherited from:
Length
lazy val rem: DerivedStyleProp[Int]

rem represents the font-size of the root element (typically ). When used within the root element font-size, it represents its initial value (a common browser default is 16px, but user-defined preferences may modify this).

rem represents the font-size of the root element (typically ). When used within the root element font-size, it represents its initial value (a common browser default is 16px, but user-defined preferences may modify this).

Attributes

Inherited from:
Length
lazy val vh: DerivedStyleProp[Int]

1 vh is equal to 1% of the height of the viewport's initial containing block

1 vh is equal to 1% of the height of the viewport's initial containing block

Attributes

Inherited from:
Length
lazy val vmax: DerivedStyleProp[Int]

1 vmax is equal to the larger of 1 vw and 1 vh

1 vmax is equal to the larger of 1 vw and 1 vh

Attributes

Inherited from:
Length
lazy val vmin: DerivedStyleProp[Int]

1 vmin is equal to the smaller of 1 vw and 1 vh

1 vmin is equal to the smaller of 1 vw and 1 vh

Attributes

Inherited from:
Length
lazy val vw: DerivedStyleProp[Int]

1 vw is equal to 1% of the width of the viewport's initial containing block

1 vw is equal to 1% of the width of the viewport's initial containing block

Attributes

Inherited from:
Length