Ejemplo 1: botón central html
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%;
}
Ejemplo 2: ¿cómo se centran los botones en css?
<div style="text-align:center;">
<button>button1</button>
<button>button2</button>
</div>
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)