Files
bulma/docs/documentation/layout/footer.html

34 lines
897 B
HTML
Raw Normal View History

---
2017-07-29 13:02:00 +01:00
title: Footer
layout: documentation
doc-tab: layout
doc-subtab: footer
2018-04-09 16:50:33 +01:00
breadcrumb:
- home
- documentation
- layout
- layout-footer
---
2017-10-09 15:38:12 +01:00
{% capture footer_example %}
<footer class="footer">
2018-06-16 20:47:52 +01:00
<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>
2017-10-09 15:38:12 +01:00
{% endcapture %}
2019-10-13 22:58:12 +01:00
<div class="content">
<p>
The Bulma <strong>footer</strong> is a simple container, with lots of bottom padding, making it great as the last element of any webpage.
</p>
</div>
2018-06-19 14:06:24 +01:00
{% include elements/snippet.html content=footer_example horizontal=true more=true %}
2018-04-09 22:25:26 +01:00
{% include elements/variables.html %}