Footer
A sectioned at the bottom of the screen for relevant links/controls.
Demo
Page content...
Code
<main class="container">
	<p>Page content...</p>
</main>
<footer class="footer">
	<div class="container">
		This is a footer!
		<br>
		You can also add a <code>footer-container</code>class to the <code><body></code> tag to ensure it always stays at the bottom of the page.
	</div>
</footer>