Answers for "how to push footer element to the bottom"

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 "how to push footer element to the bottom"

Browse Popular Code Answers by Language