html [css] [html]带居中文字的DIV按钮

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html [css] [html]带居中文字的DIV按钮相关的知识,希望对你有一定的参考价值。

go to 
http://howtocenterincss.com/

<div style="display:table;">
  <div style="display:table-cell;vertical-align:middle;">
    <div style="text-align:center;">Text Content</div>
  </div>
</div>

OR

<div style="text-align:center;line-height:10%;width:100%;height:10%;">Text Content</div>

以上是关于html [css] [html]带居中文字的DIV按钮的主要内容,如果未能解决你的问题,请参考以下文章

html css怎么让文字在页面底部居中

如何使用css设置文字在网页中显示居中?

css如何使div里面的文字垂直对齐

如何让DIV水平和垂直居中

如何用CSS让文字居于div的底部

css如何控制文字垂直居底