నిలువు అమరిక
ఇన్లైన్, ఇన్లైన్-బ్లాక్, ఇన్లైన్-టేబుల్ మరియు టేబుల్ సెల్ ఎలిమెంట్ల నిలువు అమరికను సులభంగా మార్చండి.
vertical-alignment
యుటిలిటీలతో మూలకాల అమరికను మార్చండి . వర్టికల్-అలైన్ ఇన్లైన్, ఇన్లైన్-బ్లాక్, ఇన్లైన్-టేబుల్ మరియు టేబుల్ సెల్ ఎలిమెంట్లను మాత్రమే ప్రభావితం చేస్తుందని దయచేసి గమనించండి.
.align-baseline
, .align-top
, .align-middle
, .align-bottom
, .align-text-bottom
, మరియు .align-text-top
అవసరమైన విధంగా నుండి ఎంచుకోండి .
ఇన్లైన్ మూలకాలతో:
బేస్లైన్
టాప్
మిడిల్
బాటమ్
టెక్స్ట్-టాప్
టెక్స్ట్-బాటమ్
<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>
పట్టిక కణాలతో:
బేస్లైన్ | టాప్ | మధ్య | దిగువన | టెక్స్ట్-టాప్ | టెక్స్ట్-దిగువ |
<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>