in button how to text set as a centerf code example
Example 1: how to make a button centered in html5
Whatever
Example 2: button text not centered
padding: 0px solves the horizontal centering
whereas,
setting line-height equal to or less than the height of the button solves the vertical alignment.