<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
Next, set the background color of the heading to Aqua.Notice that the background-color property did not change the background color of the entire page. Instead, only the background area behind heading changed. We’ll learn why this occurs in more detail later in the course.
Note: The background color of the heading is blocking the image of the coffee, so let’s remove it. Remove the background color of the main heading.
<Below this line, add a link to the EXACT exercise that you are stuck at.>
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
what have i done wrong?
.header {
color:MidnightBlue ;
background-image: url(“https://s3.amazonaws.com/codecademy-content/courses/web-101/unit-4/htmlcss1-img_coffee-bgnd.jpeg”);
height: 400px;
background-position: center center;
background-color: aqua;
}
<do not remove the three backticks above>