Lego2012
9/26/2016 - 9:56 PM

Footer Sticky at Bottom with flexible Height

Footer Sticky at Bottom with flexible Height

html {
  height:100%;    
}

body {
  min-height:100%;
  margin:0px;
  position: relative;
}

footer{
  position: absolute;
  bottom: 0px;
  width:100%;
}