我是初学者,请问设了text-center,为什么不居中?还有按钮该怎么设?

来源:2-4 编程练习

慕粉3827956

2016-08-14 15:09

我是初学者,请问设了text-center,为什么不居中?还有按钮该怎么设?

写回答 关注

2回答

  • mr丶kkkkkk
    2016-08-17 16:33:22

    先把button转化为块级元素在设置margin:0 auto

  • solardzx
    2016-08-14 16:01:18

    你可以将文字<h3>和<button>都包含在一个<div>中  

    <div class="text-center">

          <h3></h3>

          <button></button>

    </div>

    这样就可以确保文字和按钮都在居中位置

基于bootstrap的网页开发

Bootstrap框架的基础教程,学会用Bootstrap前端框架搭建网页

187669 学习 · 734 问题

查看课程

相似问题