Input Controls

Card Maker

Step 6: In JavaScript, make a function to change the background color:
function changeBackgroundColor() {
  card.style.backgroundColor = backgroundColorPicker.value
}
Last step Next step