Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

make text vertical align middle in table bootstrap

<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>
Source by getbootstrap.com #
 
PREVIOUS NEXT
Tagged: #text #vertical #align #middle #table #bootstrap
ADD COMMENT
Topic
Name
4+8 =