parm530
7/21/2019 - 1:05 PM

Attach Footer to Bottom

body {
  padding-bottom: heightOfFooter;
}

footer {
  height: heightOfFooter;
  position: fixed;
  bottom: 0;
  width: 100%;
}