gpt4 book ai didi

html - 如何显示一个按钮居中在同一行?

转载 作者:太空宇宙 更新时间:2023-11-04 06:42:24 25 4
gpt4 key购买 nike

我想在行的中心显示一个按钮,在同一行上有一个左对齐的文本:

<div class="col-xs-1">
<div class="card-header">
<h4 class="card-title">set</h4>
</div>

<div class="text-center">
<button type="button" class="btn btn-primary center-block add-option" id="add-option">test</button>
</div>
</div>

问题是我得到了这个结果:https://jsfiddle.net/DTcHh/96757/

最佳答案

Bootstrap 有大量类可供使用。

可能的解决方案之一:

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">

<div class="container-fluid card-header btn-group">
<h4 class="card-title">set</h4>
<div class="text-center container">
<button type="button" class="btn btn-primary center-block add-option" id="add-option">test</button>
</div>
</div>

关于html - 如何显示一个按钮居中在同一行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53619334/

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