You can use these variables to customize this layout. Simply set one or multiple of these variables before importing Bulma. Learn how.
Footer
A simple responsive footer which can include anything: lists, headings, columns, icons, buttons, etc.
<footer class="footer">
<div class="content has-text-centered">
<p>
<strong>Bulma</strong> by <a href="https://jgthms.com">Jeremy Thomas</a>. The source code is licensed
<a href="http://opensource.org/licenses/mit-license.php">MIT</a>. The website content
is licensed <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY NC SA 4.0</a>.
</p>
</div>
</footer>
Variables #
Name | Type | Default value | Computed value |
---|---|---|---|
Name | Type | Default value | Computed value |
$footer-background-color
|
color |
$white-bis
|
hsl(0, 0%, 98%)
|
This page is open source.
Noticed a typo? Or something unclear?
Improve this page on GitHub