Twitter bootstrap 3 如何将列居中(引导)

Twitter bootstrap 3 如何将列居中(引导),twitter-bootstrap-3,Twitter Bootstrap 3,我想把感冒放在中心,但我不能正确地解决它。我在等你的想法。提前谢谢 <div class="row"> <div class="col-xs-6 col-md-3"> <h3>Google Maps</h3> <a href="#" class="thumbnail"> <img alt="Google Maps" src="http://www.jontheboy.com/wp-conten

我想把感冒放在中心,但我不能正确地解决它。我在等你的想法。提前谢谢

<div class="row">

  <div class="col-xs-6 col-md-3">
    <h3>Google Maps</h3>
    <a href="#" class="thumbnail">
        <img alt="Google Maps" src="http://www.jontheboy.com/wp-content/uploads/2015/04/Google-maps-logo-180x180.png" style="height: 180px; width: 180px; display: block;">
    </a>
  </div>
  <div class="col-xs-6 col-md-3">
    <h3>Bootstrap</h3>
    <a href="#" class="thumbnail">
        <img alt="Bootstrap" src="http://collectit.fr/uploads/ressources/3.png" style="height: 180px; width: 180px; display: block;">
    </a>
  </div>
  <div class="col-xs-6 col-md-3">
    <h3>JavaScript</h3>
    <a href="#" class="thumbnail">
        <img alt="JavaScript" src="http://image.slidesharecdn.com/organizando-js-tablelessconf-120828084246-phpapp01/95/evento-front-end-sp-organizando-o-javascript-6-728.jpg?cb=1346143491" style="height: 180px; width: 180px; display: block;">
    </a>
  </div>
</div>

它对我有用。我在这里测试过。我所做的只是用类容器将它包装在适当的父div中。

我看到它没有居中:右边的空间比左边的大。