gpt4 book ai didi

css - 引导类 "text-center"不工作

转载 作者:技术小花猫 更新时间:2023-10-29 10:59:27 24 4
gpt4 key购买 nike

<div class="input-group Flugo_group">
<h4 class="text-center">or</h4>
</div>

我尝试在中心显示但不工作。第二次使用相对位置但在响应式设计中无法正常工作。 center

最佳答案

我在 Bootstrap 4.1.0 中遇到了同样的问题。这是我想出来的:

我正在这样做(将我的段落放在带有“行”类的 div 中):

<div class="container-fluid">
<div class="row" style="background-color: #009688;">
<p class="text-center" style="color: #fff;"> Meet me at</p>
</div>
</div>

后来我删除了这个类并且它起作用了。

<div class="container-fluid">
<div style="background-color: #009688;">
<p class="text-center" style="color: #fff;"> Meet me at</p>
</div>
</div>

关于css - 引导类 "text-center"不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41208736/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com