bulma/docs/documentation/layout/footer.html

34 lines
897 B
HTML
Raw Normal View History

---
2017-07-29 12:02:00 +00:00
title: Footer
layout: documentation
doc-tab: layout
doc-subtab: footer
2018-04-09 15:50:33 +00:00
breadcrumb:
- home
- documentation
- layout
- layout-footer
---
2017-10-09 14:38:12 +00:00
{% capture footer_example %}
<footer class="footer">
2018-06-16 19:47:52 +00: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 14:38:12 +00:00
{% endcapture %}
2019-10-13 21:58:12 +00: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 13:06:24 +00:00
{% include elements/snippet.html content=footer_example horizontal=true more=true %}
2018-04-09 21:25:26 +00:00
{% include elements/variables.html %}