首页  >  文章  >  web前端  >  bootstrap怎么设置行高

bootstrap怎么设置行高

尚
原创
2019-07-27 14:36:0411355浏览

bootstrap怎么设置行高

bootstrap中设置行高:

只需将row-same-height类添加到对应的div中,

< div class =“row row-same-height”>< / div>

在类中就可以设置高度:

.row- same-height {
 overflow:hidden; 
} 
 
 .row-same-height> div {
 margin-bottom:-2000px!important; 
 padding-bottom:2000px!important; 
}

推荐:bootstrap入门教程

以上是bootstrap怎么设置行高的详细内容。更多信息请关注PHP中文网其他相关文章!

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn