How to fix footer at bottom.
First div and give id footer:
<div id="footer">
This is footer
</div>
this is css:
#footer
{
background-color:red;
position:fixed;
bottom:0px;
left:0px;
right:0px;
height:50px;
margin-bottom:0px;
}
Share This with your friend by choosing any social account