0 / 60 seg.

Review the CSS below. What color would you expect the background color of the element with a class of .box to be?

.box {
  background-color: blue;
  background: url(images/star.png?raw=png) no-repeat left top;
}