Question: *How do I keep a footer at the bottom?*

Answer#

min-h-screen flex-col body with flex-1 main. undefined

Markup#

html
<body class="min-h-screen flex flex-col"><main class="flex-1">…</main><footer>…</footer></body>

Where to go deeper#

Cookbook · Layout patterns · Utilities reference

Tip. This answer targets Nakshora 1.0. The same question is answered version-appropriately in every other release — use the version switcher.