Powered By Blogger

Thursday, October 17, 2013

footer bottom for all page

html{
margin: 0;
    padding: 0;
    height: 100%;
}


.footer{
position: fixed;
    bottom: 0;

}

No comments:

Post a Comment