I have a problem with the footer in HTML and CSS. I want to put it down using :
position: absolute;
bottom: 0px;`
It puts it down but If the page has a scroll, it does not drop it to the end.
I have a problem with the footer in HTML and CSS. I want to put it down using :
position: absolute;
bottom: 0px;`
It puts it down but If the page has a scroll, it does not drop it to the end.
Use this CSS property in place of absolute
position: fixed;