to frame a button at center of the page in css code example
Example: how to make a button centered in html5
<!--Put the button inside a p like this-->
<p style="text-align: center;"><button>See?</button>Whatever</p>
<!--Put the button inside a p like this-->
<p style="text-align: center;"><button>See?</button>Whatever</p>