Answers for "keep footer at bottom using css"

CSS
1

set footer element at bottom

<html>
<title>Set footer bottom</title>
<body>
<footer style = "position: absolute;bottom: 0;">copyright @2021</footer>
</body>
</html>
Posted by: Guest on July-17-2021

Code answers related to "keep footer at bottom using css"

Browse Popular Code Answers by Language