Answers for "boostrap 5 center row hv"

0

make div center of screen bootstrap 5

<div class="d-flex justify-content-md-center align-items-center vh-100">
    <p>Your Content</p>
</div>
Posted by: Guest on April-02-2022
-1

bootstrap 5 align middle

<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>
Posted by: Guest on August-04-2021

Browse Popular Code Answers by Language