PicoCSS Sticky Footer


A sticky footer using picocss

html,
body {
  height: 100vh;
}

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

See also