有一个侧栏,只有面板的主体没有衬垫。
如何在bootstrap中实现相同的布局,请帮帮我。
我试过这个:
<div class="card">
<div class="card-block ">
<div class="col-md-1" style="background-color: yellowgreen"> hello</div>
<div class="col-md-11">
<h4 class="card-title">Card title</h4>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>