mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
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>
This commit is contained in:
parent
532feab38b
commit
807d67fe7e
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ Change the alignment of elements with the [`vertical-alignment`](https://develop
|
|||
|
||||
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 >}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue