duanqiu9104 2016-04-23 10:04
浏览 37

Bootstrap 4 - 列网格无法响应

I am trying to achieve bootstrap 4 column. But this is not working responsive div's are overlapping each other.

How to get achieve this responsively 4 column grid

this is what I have tried but it is not working responsively

<div class="container">
<div class="row">
<div class="col-md-12">
<div class="col-md-3 height"></div>
<div class="col-md-3 height"></div>
<div class="col-md-3 height"></div>
<div class="col-md-3 height"></div>
</div>
</div>
</div>

this is my css

.height{

height:350px;
}
  • 写回答

3条回答 默认 最新

  • dongyi7041 2016-04-23 10:12
    关注

    you can add all column divs "col-sm-6" and "col-xs-12" if you want to work full reposive.

    评论

报告相同问题?

悬赏问题

  • ¥15 Error in check.length("fill") : 'gpar'成分'fill'的长度不能为零
  • ¥15 python:excel数据写入多个对应word文档
  • ¥60 全一数分解素因子和素数循环节位数
  • ¥15 ffmpeg如何安装到虚拟环境
  • ¥188 寻找能做王者评分提取的
  • ¥15 matlab用simulink求解一个二阶微分方程,要求截图
  • ¥30 乘子法解约束最优化问题的matlab代码文件,最好有matlab代码文件
  • ¥15 写论文,需要数据支撑
  • ¥15 identifier of an instance of 类 was altered from xx to xx错误
  • ¥100 反编译微信小游戏求指导