Answers for "how to stretch an element till the bottom of the page"

CSS
1

force element to bottom of page

footer {
    position: fixed;
    bottom: 0;
}
Posted by: Guest on March-28-2021

Code answers related to "how to stretch an element till the bottom of the page"

Browse Popular Code Answers by Language