Answers for "footer is not on bottom"

CSS
2

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 "footer is not on bottom"

Browse Popular Code Answers by Language