gpt4 book ai didi

css - 如何在 Bootstrap 中将 "well"和 "button"混合在一起

转载 作者:行者123 更新时间:2023-11-28 04:30:33 26 4
gpt4 key购买 nike

我的问题是,我想制作相同大小的“well”和“button”。这是我的 Html 代码:

<div class="well well-sm" id="well-color">
<button class="btn btn-default ">More Details</button>
</div>

这是我的 CSS:

.well{
margin-right:800px;
}

Output 谁能帮我解决这个问题

最佳答案

使用这个

<div class="well well-sm" id="well-color">
<button class="btn btn-default well">More Details</button>
</div>

在 1 个类之后使用空格并写另一个类名,它会起作用。

关于css - 如何在 Bootstrap 中将 "well"和 "button"混合在一起,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41748440/

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