samedi 25 novembre 2017

How to remove space to the right and bottom of checkbox and radio-button in Chrome?

Example: http://ift.tt/2zBnI0n

HTML:

<input type="checkbox">
<input type="radio">

CSS:

input {
  outline: 1px solid;
  padding: 0;
  margin: 0;
  border: none;
}

enter image description here




Aucun commentaire:

Enregistrer un commentaire