required field css

33

/* style all elements with a required attribute */
:required {
  background: red;
}

Comments

Submit
0 Comments