Answers for "how to center the object without using flex in tailwind css"

CSS
3

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

Code answers related to "how to center the object without using flex in tailwind css"

Browse Popular Code Answers by Language