Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 822 Bytes

customization-and-theming.vertical-align.md

File metadata and controls

21 lines (16 loc) · 822 Bytes

➲ Vertical Align:

Bootstrap gives ability to align the content with display property value of inline, inline-block, inline-table, table-cell.

Syntax:

  • .align-baseline class will align to the baseline.
  • .align-top class will align to the top.
  • .align-middle class will align to the middle.
  • .align-bottom class will align to the bottom.
  • .align-text-top class will align text to the top.
  • .align-text-bottom class will align text to the bottom.
<div class="align-middle">...</div>

⇪ To Top

❮ Previous TopicNext Topic ❯

⌂ Goto Home Page☰ Goto Customization and Theming