Answers for "vertical and horizontal allign items in tailwind"

CSS
1

horizontal align tailwind

<div class="flex items-center justify-center h-screen">
    
	<div class="bg-indigo-800 text-white font-bold rounded-lg border shadow-lg p-10">
		Centered Content
	</div>
	
  </div>
Posted by: Guest on February-06-2021
0

vertical align span tailwindscss

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

Code answers related to "vertical and horizontal allign items in tailwind"

Browse Popular Code Answers by Language