ਵਰਟੀਕਲ ਇਕਸਾਰਤਾ
ਇਨਲਾਈਨ, ਇਨਲਾਈਨ-ਬਲਾਕ, ਇਨਲਾਈਨ-ਟੇਬਲ, ਅਤੇ ਟੇਬਲ ਸੈੱਲ ਐਲੀਮੈਂਟਸ ਦੀ ਲੰਬਕਾਰੀ ਅਲਾਈਨਮੈਂਟ ਨੂੰ ਆਸਾਨੀ ਨਾਲ ਬਦਲੋ।
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>