“Cambiar el tamaño del botón CSS” Código de respuesta

Tamaño del botón HTML

<button style="height:40px; width:40px;">Press Me</button>
Careful Cowfish

Cambiar el tamaño del botón CSS

.test{
    height:200px;
    width:200px;
}
Worried Weasel

botón de tamaño CSS

button {
  font-size: 20px; /* Put your wanted size for your button here*/
}
Tartaud

Tamaño del botón HTML

transform: scale(4); /* This will make the component 4 times bigger  */
Casual Coder

Respuestas similares a “Cambiar el tamaño del botón CSS”

Preguntas similares a “Cambiar el tamaño del botón CSS”

Más respuestas relacionadas con “Cambiar el tamaño del botón CSS” en CSS

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código