A
Anonymous

Responsive Flex Container

<div class="mt-8 flex flex-col sm:justify-center items-center pt-6 sm:pt-0 bg-gray-100"> <div class="w-full sm:max-w-md mt-6 px-6 py-4 bg-white shadow-md overflow-hidden sm:rounded-lg"> {{ $slot }} </div> </div>

Prompt
Component Preview

About

Create a responsive and centered flex container using Tailwind CSS with customizable content and modern design.

Share

Last updated 1 month ago