how to align a button code example
Example 1: html center button
button{
/*Change the width as much as you like, but make sure
margin-left and margin-right + width = 100%*/
width:50%;
margin-left:25%;
margin-right:25%;
}
Example 2: how to align 2 buttons in a div
<div style="margin: 0 auto; width: 656px; text-align: center;">