bootstrap

时间:2015-08-29 10:05:50

标签: html css twitter-bootstrap

我是新手并使用bootstrap。我的工作在md中响应,但在xs中它是破碎的。我的问题是xs如何相对于md工作,我应该如何设置网格值以使其调整?我在课堂上给md和xs。示例代码: -



<div class="col-md-12 col-xs-12">
   <img src="xstatic/images/google-play-download.png" width="60%"   style="margin-bottom:7px"><br>    
   <img src="xstatic/images/download-via-sms.png" width="60%" style="margin-bottom:7px"><br> 
   <img src="xstatic/images/apple-image.png" width="60%" style="margin-bottom:7px"><br>
</div>
&#13;
&#13;
&#13;

1 个答案:

答案 0 :(得分:0)

很难理解你的问题,但我认为你的麻烦可能是xs上col类的填充?

尝试删除容器上的填充/边距

<div class="col-md-12 col-xs-12" style='padding:0px;margin:0px;'>