how to make a div stay at the bottom of the 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%;
}