Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/powerbi/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 我将使用哪个引导容器来居中显示文本?_Html_Twitter Bootstrap_Twitter Bootstrap 3 - Fatal编程技术网

Html 我将使用哪个引导容器来居中显示文本?

Html 我将使用哪个引导容器来居中显示文本?,html,twitter-bootstrap,twitter-bootstrap-3,Html,Twitter Bootstrap,Twitter Bootstrap 3,为了使下面的文本居中,我将使用什么引导容器 我试图让文本居中,我认为这与我选错了容器有关 欢迎来到我的数字产品组合 我叫利亚姆·多切蒂 我是一名来自伦敦的网络开发者 引导程序4中有一个单独的类: .text-center { text-align: center !important; } html: 滴度 像这样居中@好极了!感谢您的帮助。文本中心在Bootstrap 3中可用,也可以使用文本中心更改文本对齐->这是感谢您的帮助! .text-center { text

为了使下面的文本居中,我将使用什么引导容器

我试图让文本居中,我认为这与我选错了容器有关


欢迎来到我的数字产品组合

我叫利亚姆·多切蒂

我是一名来自伦敦的网络开发者


引导程序4中有一个单独的类:

.text-center {
    text-align: center !important;
}
html:


滴度

像这样居中@好极了!感谢您的帮助。文本中心在Bootstrap 3中可用,也可以使用文本中心更改文本对齐->这是感谢您的帮助!
.text-center {
    text-align: center !important;
}
<div class="container">
  <div class="row">
   <div class="col-lg-12 text-center">
    <h2>Titel</h2> 
   </div>
  </div>
 </div>