我想对齐所有相等宽度的列表项.... 以下是jsfiddle代码: http://jsfiddle.net/277Yd/
提前致谢
<div class="row">
<div class="col-sm-2 text-center ">Courses</div>
<div class="col-sm-2 text-center oval-shape img-responsive">
<a>Post Graduate</a>
</div>
<div class="col-sm-2 text-center oval-shape img-responsive">
<a>Graduate</a>
</div>
<div class="col-sm-2 text-center oval-shape img-responsive">
<a>Honours</a>
</div>
<div class="col-sm-2 text-center oval-shape img-responsive">
<a>Tiger Studio</a>
</div>
<div class="col-sm-2 text-center oval-shape img-responsive">
<a>Others</a>
</div>
</div>
.oval-shape a {
background: #FF9900;
border-radius:50px;
padding:10px;
/* background-image: url('../images/button.png');
background-repeat:repeat-x; */
}
答案 0 :(得分:0)