Vertical alignment

Easily change the vertical alignment of inline, inline-block, inline-table, and table cell elements.

On this page

Please note that vertical-align only affects inline, inline-block, inline-table, and table cell elements.

Choose from vertical-align= baseline, top, middle, bottom, text-bottom, and text-top as needed.

To vertically center non-inline content (like <div>s and more), use our flex box utilities .

With inline elements:

baseline top middle bottom text-top text-bottom
vue

With table cells:

baseline top middle bottom text-top text-bottom
baseline top middle bottom text-top text-bottom
vue
On this page