<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>
您好,有人可以在登录页面中帮助我完成引导主题吗?我不喜欢引导程序中井的当前颜色。还有其他方法可以改变它的颜色吗?我尝试了一些CSS代码,但它没有用。
我已经尝试了以下内容:
.well{
background: #000000;
}
答案 0 :(得分:0)
您可以在颜色
后使用!important .well{
background: #000 !important;
}