sarpay
8/12/2014 - 12:49 AM

[css] [html] DIV button with centered text

[css] [html] DIV button with centered text

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>