Answers for "css to make footer stay at bottom of page"

CSS
3

why is my footer not at the bottom html

#footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
   background:#999;
}

//name footer id="footer"
Posted by: Guest on April-06-2021

Code answers related to "css to make footer stay at bottom of page"

Browse Popular Code Answers by Language