Skip to main content

Vertical Align

Set the vertical alignment of an inline or table-cell element.

Widely available

This feature is well established and works across many devices and browser versions.

Chrome
Edge
Firefox
Safari

va:b
vertical-align: bottom;
va:ba
vertical-align: baseline;
va:m
vertical-align: middle;
va:s
vertical-align: sub;
va:su
vertical-align: super;
va:t
vertical-align: top;
va:tb
vertical-align: text-bottom;
va:tt
vertical-align: text-top;

Media Queries

Prefix a class with a breakpoint to apply it from that width up.

Pseudo Classes

Prefix a class with a state to apply it only while that state matches.