Sticky Footer
HTML
<div id="layout"></div>
<footer>Hello world!</footer>
CSS
margin-top: 500px;
Background-color: #00BFFF;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
<div id="layout"></div>
<footer>Hello world!</footer>
margin-top: 500px;
Background-color: #00BFFF;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;