Prev Next

02b inspect: color

Inspect to change the background and color property on the body tag.

element {
  background: white;
  color: blue;
}