Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
html {
scrollbar-width: none;
}
#footer {
height: 120px;
left: 0px;
right: 0px;
bottom: 0px;
position: fixed;
background: green;
}
</style>
<body>
<div id="footer"></div>
</body>
</html>