不能用'文本中心'来中心我的文字

时间:2016-11-28 09:24:52

标签: twitter-bootstrap

我将文本垂直居中,现在我需要将它放在中心位置。 当我text-centerdisplay: flex;

时,我是否遗漏了某些内容或{}}}
align-items: center;

CSS

<div class="row">
  <div class="bild text-center">
    <h2 class="vit text-center">Mobiltelefoner & Surfplattor</h2>
    <img src="https://www.zong.com.pk/images/uploads/misc/4.internationalcalls_desktop-Banner.jpg" style="visibility: hidden;">
  </div>
</div>

http://www.bootply.com/1k8s3Rw322

1 个答案:

答案 0 :(得分:0)

我认为这是你的期望。

<div align="center">
    <p>This is going to be aligned center</p>
    <p>This is also</p>
</div>