PicoCSS Sticky Footer

Marco Kamner - Jul 13 - - Dev Community

A sticky footer using PicoCSS

html,
body {
  height: 100vh;
}

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

Enter fullscreen mode Exit fullscreen mode
. . . . . . . . .
Terabox Video Player