Answers for "bootstrap footeres free"

CSS
0

Fixed footer in Bootstrap

footer {
    position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;
}
Posted by: Guest on July-28-2021

Browse Popular Code Answers by Language