【发布时间】:2019-12-22 09:39:55
【问题描述】:
bootstrap flex 不将内容居中
<div class="d-flex flex-row bd-highlight mb-3">
<div class="p-2 bd-highlight text-left"><i class="fa fa-chevron-left" aria-hidden="true"></i></div>
<div class="p-2 bd-highlight text-muted text-center justify-content-center" style="text-transform: uppercase;">comments</div>
<div class="p-2 bd-highlight">Flex item 3</div>
</div>
我正在使用 bootstrap 4,不知何故 class text-center justify-content-center 不起作用,有人可以帮忙吗?
【问题讨论】:
标签: html css twitter-bootstrap bootstrap-4 flexbox