Answers for "tailwind css center horizontal"

2

tailwind flex align items center

<div class="flex items-center ...">
  <div>1</div>
  <div>2</div>
  <div>3</div>
</div>
Posted by: Guest on December-17-2020
0

float center tailwind

absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2
Posted by: Guest on April-17-2021

Code answers related to "tailwind css center horizontal"

Browse Popular Code Answers by Language