0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-03 15:24:19 +01:00
Bootstrap/site/content/docs/4.3/utilities/vertical-align.md
eliasswns 807d67fe7e
Added extra information about flex-alignment on vertical-alignment (#30047)
* change sentence

* Update vertical-align.md

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Mark Otto <otto@github.com>
2020-02-03 23:28:29 +02:00

1.4 KiB

layout title description group
docs Vertical alignment Easily change the vertical alignment of inline, inline-block, inline-table, and table cell elements. utilities

Change the alignment of elements with the vertical-alignment utilities. Please note that vertical-align only affects inline, inline-block, inline-table, and table cell elements.

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

To vertically center non-inline content (like <div>s and more), use our [flex box utilities]({{< docsref "/utilities/flex#auto-margins" >}}).

With inline elements:

{{< example >}} baseline top middle bottom text-top text-bottom {{< /example >}}

With table cells:

{{< example >}}

baseline top middle bottom text-top text-bottom
{{< /example >}}