Die: Ungültige CSS-Pseudo-Klasse

/* Selects any invalid <input> */
input:invalid {
  background-color: pink;
}
Blushing Bat