Bulma 的 地脚 是一个简单的容器——可能带有大的底部内边距——使其在网页的最后端看起来大一些。
地脚(Footer)
一个简单的自适应地脚(footer)——可包含任何东西:列表、标题、列、图标、按钮等
示例
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="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>
此页面为开放源码页面。
发现排版问题?或者表达模糊?
在 GitHub 改进该页内容