在bootstrap中创建带侧栏的div /面板

时间:2016-01-23 14:47:33

标签: twitter-bootstrap

我想使用类似于此enter image description here

的面板创建卡片布局

有一个侧栏,只有面板的主体没有衬垫。

如何在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>

0 个答案:

没有答案