bulma/docs/documentation/layout/footer.html
Jeremy Thomas 08ef4df2c0
Bulma v9 website (#3249)
* Add Bulma v9

* Add vendor dependencies

* Fix native

* Fix sponsors

* Add style attribute
2021-01-27 23:30:42 +00:00

34 lines
899 B
HTML

---
title: Footer
layout: documentation
doc-tab: layout
doc-subtab: footer
breadcrumb:
- home
- documentation
- layout
- layout-footer
---
{% capture footer_example %}
<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>
{% endcapture %}
<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>
{% include elements/snippet.html content=footer_example horizontal=true more=true %}
{% include components/variables.html %}