Answers for "tailwinf flex"

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

tailwind flex

flex w-full flex-wrap mt-4 mb-8 content-center
Posted by: Guest on March-03-2021

Browse Popular Code Answers by Language