all.css 77 B

123456
  1. input:invalid {
  2. background: red;
  3. }
  4. input:valid {
  5. background: green;
  6. }