【问题标题】:Button Alignment to Center? [duplicate]按钮对齐到中心? [复制]
【发布时间】:2019-07-04 17:31:56
【问题描述】:

我有一个按钮,我想将它对齐到页面的中心?该怎么做?

<button type="button" style="text-align: center" class="btn btn-info">
   Discover More
</button>

我将非常感谢。

【问题讨论】:

    标签: html


    【解决方案1】:

    将您的按钮放入一个文本居中的 div 中。 这是一个例子:

    <div style="text-align: center;">
      <button type="button" class="btn btn-info">
       Discover More
      </button>
    </div>

    【讨论】:

      猜你喜欢
      • 2015-08-24
      • 1970-01-01
      • 2021-10-24
      • 2015-05-16
      • 2018-02-25
      • 1970-01-01
      • 2014-07-19
      • 2020-08-13
      • 1970-01-01
      相关资源
      最近更新 更多