【发布时间】:2020-08-28 11:22:00
【问题描述】:
我希望页脚覆盖整个屏幕宽度。
这就是现在的样子:
Footer
我将不胜感激!
<!-- Footer -->
<div class="container">
<footer class="py-5 bg-dark" id="footer">
<p class="m-0 text-center text-white">© X <script>document.write(new Date().getFullYear());</script>. This website was made with Bootstrap.</p>
</footer>
</div>
【问题讨论】:
-
将其从
container中取出或从容器中删除边距。
标签: html css twitter-bootstrap web bootstrap-4