Footer

Use a footer to show extra information or links that aren't necessary elsewhere.

Code

Simply use the HTML5 footer element.

				
<footer class="g--10 m--2 no-margin-vertical">
  <div class="g--10 m--1">
    Some footer information
  </div>
</footer>