mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
31 lines
939 B
HTML
31 lines
939 B
HTML
---
|
|
title: Footer
|
|
subtitle: "A simple responsive <strong>footer</strong> which can include anything: lists, headings, columns, icons, buttons, etc."
|
|
layout: documentation
|
|
hide_carbon: true
|
|
doc-tab: layout
|
|
doc-subtab: footer
|
|
---
|
|
|
|
{% capture footer_example %}
|
|
<footer class="footer">
|
|
<div class="container">
|
|
<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>
|
|
</div>
|
|
</footer>
|
|
{% endcapture %}
|
|
|
|
{% include layout/main-close.html show_carbon=true %}
|
|
|
|
{% include snippet.html content=footer_example horizontal=true more=true fullwidth=true %}
|
|
|
|
{% include layout/main-open.html %}
|
|
|
|
{% include variables.html %}
|