Quiz Question 1 of 5
In the following CSS rule, the background-color
will be hidden by default, since it’s covered by the background image.
.celebrate {
background-image: url(../img/pizza.png);
background-color: tomato;
}
Which property allows developers to blend an element’s background image with its background color?
Choose the correct answer below: