Answers for "how to fix footer at bottom in tailwind"

1

how to fix the footer at the bottom of the page tailwind

<body class="flex flex-col min-h-screen ">
  <header>
    Navigation bar
  </header>
  <main class="flex-grow">
    Page content
  </main>
  <footer>
    Social links
  </footer>
</body>
Posted by: Guest on February-11-2021

Code answers related to "how to fix footer at bottom in tailwind"

Browse Popular Code Answers by Language