[CSS] Fixed Footer

PHOTO EMBED

Fri Sep 03 2021 10:50:58 GMT+0000 (Coordinated Universal Time)

Saved by @clumsycoder #css #footer #design

footer {
  /* fixed bottom */
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
content_copyCOPY