The: CSS Pseudo-Class yang tidak valid

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