Index

arrow_back "Miscellaneous" Category

Footer

A sectioned at the bottom of the screen for relevant links/controls.

Demo

Page content...

This is a footer!
You can also add a footer-containerclass to the <body> tag to ensure it always stays at the bottom of the page.

Code

code scss/elements/_footer.scss
<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>&lt;body&gt;</code> tag to ensure it always stays at the bottom of the page.
	</div>
</footer>