Horje
make text vertical align middle in table bootstrap Code Example
bootstrap 4 vertical align td
<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>
make text vertical align middle in table bootstrap
<TABLE class="w3-table w3-striped w3-bordered w3-border w3-white" 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>




Html

Related
javascript void Code Example javascript void Code Example
hint text html Code Example hint text html Code Example
add a alt to a image in html Code Example add a alt to a image in html Code Example
how to print hello world in html Code Example how to print hello world in html Code Example
how to right align a text button Code Example how to right align a text button Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8