我的问题是,我想做好"以及#34;和"按钮"相同的大小。 这是我的Html代码:
<div class="well well-sm" id="well-color">
<button class="btn btn-default ">More Details</button>
</div>
这是我的CSS:
.well{
margin-right:800px;
}
答案 0 :(得分:0)
使用此
<div class="well well-sm" id="well-color">
<button class="btn btn-default well">More Details</button>
</div>
在1个课程后使用空格并写下另一个课程名称,它会起作用。