how to make thign go to bottom of screen css code example
Example: keep div at the bottom of page
#footer {
position: fixed;
bottom: 0;
width: 100%;
}
#footer {
position: fixed;
bottom: 0;
width: 100%;
}