Answers for "tailwind text does not vertically align"

CSS
0

tailwind center vertically

<span class="inline-block align-middle ...">...</span>
Posted by: Guest on March-25-2020
1

tailwind text vertical alignment doesn't work

<div class="flex h-screen">
  <div class="m-auto">
    <h3>title</h3>
    <button>button</button>
  </div>
</div>
Posted by: Guest on June-11-2021

Code answers related to "tailwind text does not vertically align"

Browse Popular Code Answers by Language