【发布时间】:2018-01-14 04:31:21
【问题描述】:
当宽度约为计算机大小时,我似乎无法将图像居中。但是,当宽度小于手机等计算机屏幕时,图像可以完美居中。我不知道它为什么这样做。请看看这个。
https://codepen.io/danii956/pen/PKbgGJ?editors=1100
<div id="introImg" class="col-xs-4 text-center center-block">
<div class="row text-center center-block">
<img class="col-xs-12 img-responsive center-block" src="https://images.pexels.com/photos/8809/light-red-white-home.jpg?w=940&h=650&auto=compress&cs=tinysrgb" alt="A picture of Young Jae taken in front of University of Illinois quad">
</div>
</div>
【问题讨论】:
标签: javascript html css twitter-bootstrap-3