Prev Next

03g color: input

Change the background and color of the input tags.

element {
  background: cyan;
  color: red;
}

My Website