in English
Vertikal Ausrichtung
Einfach d'vertikal Ausrichtung vun Inline-, Inline-Block-, Inline-Table an Table Zell Elementer änneren.
Ännert d'Ausrichtung vun Elementer mat den vertical-alignment
Utilities. Notéiert w.e.g. datt vertikal Ausrichtung nëmmen Inline-, Inline-Block, Inline-Table an Table Zell Elementer beaflosst.
Wielt aus .align-baseline
, .align-top
, .align-middle
, .align-bottom
, .align-text-bottom
, a .align-text-top
wéi néideg.
Fir net-inline Inhalt vertikal ze zentréieren (wéi <div>
s a méi), benotzt eis Flexbox Utilities .
Mat Inline Elementer:
baseline
uewen
Mëtt
ënnen
Text-Top
Text-ënnen
<span class="align-baseline">baseline</span>
<span class="align-top">top</span>
<span class="align-middle">middle</span>
<span class="align-bottom">bottom</span>
<span class="align-text-top">text-top</span>
<span class="align-text-bottom">text-bottom</span>
Mat Tabellzellen:
baseline | erop | Mëtt | ënnen | Text-Top | Text-ënnen |
<table style="height: 100px;">
<tbody>
<tr>
<td class="align-baseline">baseline</td>
<td class="align-top">top</td>
<td class="align-middle">middle</td>
<td class="align-bottom">bottom</td>
<td class="align-text-top">text-top</td>
<td class="align-text-bottom">text-bottom</td>
</tr>
</tbody>
</table>
Sass
Utilities API
Vertikal Ausrichtung Utilities ginn an eiser Utilities API deklaréiert an scss/_utilities.scss
. Léiert wéi Dir d'Utilities API benotzt.
"align": (
property: vertical-align,
class: align,
values: baseline top middle bottom text-bottom text-top
),