【发布时间】:2017-07-20 14:01:44
【问题描述】:
我需要帮助解决这个问题,我需要在 bootstrap4 的列中居中,请在下面找到我的代码
<div class="container">
<div class="row justify-content-center">
<div class="col-3">
<div class="nauk-info-connections">
</div>
</div>
</div>
【问题讨论】:
-
使用可以使用
class="text-center"。 -
我尝试使用它,但它不适用于 Bootstrap4,仅文本居中,但我需要具有类“nauk-info-connections”的 div 本身在 col-3 内居中对齐div.
-
我使用了传统的容器居中方法 .nauk-info-connections{border-radius:50%;边框:1px 实心 $nauk-橙色;高度:100px;宽度:100px;边距:0 自动; }
-
类容器
标签: twitter-bootstrap bootstrap-4 flexbox bootstrap-5