Layout Sticky footer
Layout Sticky footer
=
<div class="flex h-60 min-h-screen flex-col">
<header class="bg-blue-200 p-4">Header</header>
<main class="h-96 flex-1 bg-blue-50 p-4">Content</main>
<footer class="bg-blue-200 p-4">Footer</footer>
</div>