How to fix footer at bottom.

  By Zaif Ullah   Posted on October-11-2018 

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;
}

 

By  zaifullah489-000001    11-Oct-2018 Views  1708



You may also read following recent Post

Recent Column What are 3 C
160  By
Recent Column what is .net
388  By