PicoCSS Sticky Footer

2024-06-10 (updated 2025-10-25)
Notes | 1 min read
#picocss

A sticky footer using [[picocss]]

html,
body {
  height: 100vh;
}

body > footer {
  position: sticky;
  top: 100vh;
}

Related Posts

You might also be interested in these posts: