how to set a div to bottom of the page not screen code example
Example: keep div at the bottom of page
#footer {
position: fixed;
bottom: 0;
width: 100%;
}
#footer {
position: fixed;
bottom: 0;
width: 100%;
}