in English

Ուղղահայաց հավասարեցում

Հեշտությամբ փոխեք ներգծային, ներդիր-բլոկի, ներգծային աղյուսակի և աղյուսակի բջիջների տարրերի ուղղահայաց հավասարեցումը:

Փոխեք տարրերի դասավորվածությունը 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>

Սեղանի բջիջներով.

բազային գագաթ միջին ներքեւ text-top տեքստ-ներքև
<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>