【发布时间】:2018-08-30 10:38:32
【问题描述】:
我正在使用 Bootstrap 4 构建学校网站模板。
我用一张卡片来制作员工页面。但我无法将卡片居中。
这是我的代码:
<div class="card text-center" style="width: 21.5em;">
<img class="card-img-top" src="images/placeholder.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
我该如何解决这个问题?
【问题讨论】:
-
中心,在哪里?哪一条路?对应的代码在哪里?
标签: bootstrap-4