✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Какой цвет фона будет у элемента с классом button при включении приведённого стиля?
.bgzapas, .button, h1 {
background-color: #fcfaed;
}
.bgzapas {
background-color: #e7f2d7;
}
.button, h2 {
background-color: #5ca22e;
}
.bgzapas, .button {
background-color: #d9d7f2;
}