Skip to content

Alignment

Classes for vertical alignment of inline, inline-block, and table-cell elements.

ClassCSS PropertyDescription
.align-baselinevertical-align: baselineAlign to text baseline
.align-topvertical-align: topAlign to top edge
.align-middlevertical-align: middleAlign to center
.align-bottomvertical-align: bottomAlign to bottom edge

Table cells with the same height and different text alignment:

align-top
align-middle
align-bottom
baseline
  • Works with inline, inline-block, and table-cell elements
  • Does not work on block or flex items
  • For centering block elements, use Flexbox or Grid
  • baseline and top appear similar for single-line text — the difference is visible with mixed font sizes where baselines are preserved