vendredi 2 mars 2018

min-width is not working in button

following code is not working.

button {
  min-width: 300px;
}

but when I add background-color like below, min-width is working. what is the reason? (I tested in google chrome 64.0 in mac)

button {
  min-width: 300px;
  background-color: #f00;
}




Aucun commentaire:

Enregistrer un commentaire