Answers for "Fixed footer in Bootstrap"

CSS
0

Fixed footer in Bootstrap

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

how to make footer static bootsrap

<div class="sticky-top">...</div>
Posted by: Guest on May-11-2021

Code answers related to "Fixed footer in Bootstrap"

Browse Popular Code Answers by Language