如何将文本放在中心旋转木马(bootstrap)。尝试调整span元素或?
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="img/1.jpg" class="img-responsive" alt="...">
<div class="carousel-caption">
<span><strong><p>Aktuelnosti u proizvodnji malina</p></strong>
</span>
</div>
</div>
答案 0 :(得分:1)
.carousel-caption {
text-align: center;
}
这将居中div中包含的任何文本。如果你只想做跨度,你可以使用
.carousel-caption span {
}
答案 1 :(得分:1)
Bootstrap 2.3有类文本中心http://getbootstrap.com/2.3.2/base-css.html
对于以下版本,您可以为tags元素添加css类并使用它
.text-center{
text-align: center !important;
}
<p class="text-center">