gpt4 book ai didi

css - 在 Bootstrap 中更改类“well”的主题颜色

转载 作者:行者123 更新时间:2023-11-28 06:01:14 25 4
gpt4 key购买 nike

<div class="col-md-4" style="margin-top:30px;"  id="subscriber_page">
<div class="well">
<form>
<h3> Subscribe Now! </h3>
<label for="Name"> FullName </label>
<input type="text" class="form-control" placeholder="input fullname here" id="name" required/>
<br />
<label for="Name"> Address </label>
<input type="text" class="form-control" placeholder="input full address here" id="address" required/>
<br /> <br /> <br />
<center><button type="submit" class="btn btn-primary">Subscribe</button></center>

</div>
</form>

</div>

</div>

您好,有人可以帮我在登录页面中很好地处理 Bootstrap 主题吗?我不喜欢 bootstrap 中井的当前颜色。还有另一种方法可以改变它的颜色吗?我尝试了一些 CSS 代码,但没有用。

我已经尝试过以下方法:

.well{
background: #000000;
}

最佳答案

你可以在颜色之后使用!important

.嗯{
背景:#000!重要;
}

关于css - 在 Bootstrap 中更改类“well”的主题颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36733252/

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