in English
Aliniad fertigol
Newid yn hawdd aliniad fertigol elfennau mewn-lein, bloc mewn-lein, tabl mewn-lein, a chelloedd tabl.
Newid aliniad elfennau gyda'r vertical-alignment
cyfleustodau. Sylwch fod aliniad fertigol yn effeithio ar elfennau mewnlin, bloc mewn-lein, tabl mewn-lein, a chelloedd tabl yn unig.
Dewiswch o .align-baseline
, .align-top
, .align-middle
, , .align-bottom
, .align-text-bottom
, ac .align-text-top
yn ôl yr angen.
I ganoli cynnwys nad yw'n fewn-lein yn fertigol (fel <div>
s a mwy), defnyddiwch ein cyfleustodau blwch fflecs .
Gydag elfennau mewnol:
gwaelodlin
top
canol
gwaelod
testun-top
testun-gwaelod
<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>
Gyda chelloedd bwrdd:
gwaelodlin | brig | canol | gwaelod | testun-top | testun-gwaelod |
<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
Mae cyfleustodau aliniad fertigol yn cael eu datgan yn ein API cyfleustodau yn scss/_utilities.scss
. Dysgwch sut i ddefnyddio'r API cyfleustodau.
"align": (
property: vertical-align,
class: align,
values: baseline top middle bottom text-bottom text-top
),