ప్రధాన కంటెంట్‌కు దాటవేయండి డాక్స్ నావిగేషన్‌కు దాటవేయండి
in English

నిలువు అమరిక

ఇన్‌లైన్, ఇన్‌లైన్-బ్లాక్, ఇన్‌లైన్-టేబుల్ మరియు టేబుల్ సెల్ ఎలిమెంట్‌ల నిలువు అమరికను సులభంగా మార్చండి.

vertical-alignmentయుటిలిటీలతో మూలకాల అమరికను మార్చండి . వర్టికల్-అలైన్ ఇన్‌లైన్, ఇన్‌లైన్-బ్లాక్, ఇన్‌లైన్-టేబుల్ మరియు టేబుల్ సెల్ ఎలిమెంట్‌లను మాత్రమే ప్రభావితం చేస్తుందని దయచేసి గమనించండి.

.align-baseline, .align-top, .align-middle, .align-bottom, .align-text-bottom, మరియు .align-text-topఅవసరమైన విధంగా నుండి ఎంచుకోండి .

ఇన్‌లైన్ కాని కంటెంట్‌ను నిలువుగా మధ్యలో ఉంచడానికి ( <div>లు మరియు మరిన్ని వంటివి), మా ఫ్లెక్స్ బాక్స్ యుటిలిటీలను ఉపయోగించండి .

ఇన్‌లైన్ మూలకాలతో:

బేస్‌లైన్ టాప్ మిడిల్ బాటమ్ టెక్స్ట్-టాప్ టెక్స్ట్-బాటమ్
<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>

సాస్

యుటిలిటీస్ API

నిలువు సమలేఖనం యుటిలిటీలు మా యుటిలిటీస్ API లో ప్రకటించబడ్డాయి scss/_utilities.scss. యుటిలిటీస్ APIని ఎలా ఉపయోగించాలో తెలుసుకోండి.

    "align": (
      property: vertical-align,
      class: align,
      values: baseline top middle bottom text-bottom text-top
    ),