I would like to place a button in the middle of my page. What is the best way to center this button properly? steps by steps, please.
<button type="button">Welcome</button>
How can i center this to fit perfectly in the middle of my page? using the margins in CSS?
Thanks!