Skip to main content

TIL: Fixed Footer

<div class="grid min-h-dvh grid-rows-[auto_1fr_auto]">
    <header/>
    <main>
        {children}
    </main>
    <footer />
</div>

Source

Quick find

Search the garden