Footer

A simple responsive footer which can include anything: lists, headings, columns, icons, buttons, etc.

Elenore is a modern CSS framework based on Flexbox.

<footer class="footer">
  <div class="container">
    <div class="content has-text-centered">
      <p>
        <strong>Elenore</strong> is a modern CSS framework based on <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes">Flexbox</a>.
      </p>
    </div>
  </div>
</footer>

Variables #

You can use these variables to customize this layout. Simply set one or multiple of these variables before importing Elenore. Learn how.

Name Default value
Name Default value
$footer-background-color $background

This page is open source. View on GitHub