Answers for "tailwindcss footer push to bottom"

4

tailwind push footer always to bottom of screen

<div class="flex flex-col justify-between h-screen">
  <header class="h-16 bg-pink-300">Header</header>
  <main class="mb-auto h-52 bg-purple-300">Main Content</main>
  <footer class="h-16 bg-blue-100">Footer</footer>
</div>
Posted by: Guest on February-25-2021

Code answers related to "tailwindcss footer push to bottom"

Browse Popular Code Answers by Language