<div class="row"></div>
有了rom之后才可以使用格子,格子也有不同类型针对不同屏幕
对于一个在N年前一只脚小拇指踩入Bootstrap的人来说(到现在基本都不会了),基本一套界面下来md足够了,如不不是有很特俗的需求之外
案例1:Bootstarp 扁平化风格个人/工作室/物品 展示源码
简单操作
<div class="row"> <div class="col-md-4"> <div class="card border-info md-3 "> <div class="card-header">Header</div> <div class="card-body text-info"> <h5 class="card-title">Info card title</h5> <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> <div class="col-md-4"> <div class="card border-primary md-3"> <div class="card-header">Header</div> <div class="card-body text-primary"> <h5 class="card-title">Primary card title</h5> <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> <div class="col-md-4"> <div class="card border-success md-3"> <div class="card-header">Header</div> <div class="card-body text-success"> <h5 class="card-title">Success card title</h5> <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> </div>
总结

声明:
1.本站大部分内容均收集于网络!若内容若侵犯到您的权益,请发送邮件至:ceo@zunw.cn,我们将第一时间处理!
2.资源所需价格并非资源售卖价格,是收集、整理、编辑详情以及本站运营的适当补贴,并且本站不提供任何免费技术支持
3.所有资源仅限于参考和学习,版权归原作者所有,更多请阅读网站声明。