Bulma 页脚是一个简单的容器,底部填充了很多内容,非常适合作为任何网页的最后一个元素。
页脚
一个简单的响应式页脚,可以包含任何内容:列表、标题、列、图标、按钮等。
示例
HTML
<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="https://open-source.org.cn/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>