Skip to main content
VelinStyle v1.3.0
⌂ Home
  1. Docs
  2. CSS Utilities
  3. Utilities
  4. Vertical Align

Vertical Align 1.2.2

Change the vertical alignment of inline, inline-block, inline-table, and table-cell elements. Deutsch: Vertikale Ausrichtung

Maturity: Documented as stable in VelinStyle 1.2.0. Studio and the complete Utility Engine remain planned — shipping utilities are hand-authored under @layer utilities, not a full variant generator.

When to use

When not

Available Classes

<span class="velin-align-baseline">baseline</span>
<span class="velin-align-top">top</span>
<span class="velin-align-middle">middle</span>
<span class="velin-align-bottom">bottom</span>
<span class="velin-align-text-top">text-top</span>
<span class="velin-align-text-bottom">text-bottom</span>

Table Cells

<table>
  <tr>
    <td class="velin-align-top">Top</td>
    <td class="velin-align-middle">Middle</td>
    <td class="velin-align-bottom">Bottom</td>
  </tr>
</table>