Is this valid bootstrap?
4条回答 盖世英雄少女心 (楼主) 2021-01-25 02:46 Check out the official bootstrap docs on the grid system. It's pretty straight forward. Basically each row should only add up to 12. So you'd be able to fit two col-sm-6 divs within a single row (displayed as two side-by-side columns) 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
Check out the official bootstrap docs on the grid system. It's pretty straight forward.
Basically each row should only add up to 12. So you'd be able to fit two col-sm-6 divs within a single row (displayed as two side-by-side columns)