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