Source

عمودی سیدھ

ان لائن، ان لائن-بلاک، ان لائن-ٹیبل، اور ٹیبل سیل عناصر کی عمودی سیدھ کو آسانی سے تبدیل کریں۔

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>