Hello. This step doesn’t ask you to add a comment with the rule background-color: burlywood; . It asks you to turn your current rule into a comment, so you can see the effect of only styling the div elemet.
In your style sheet, comment out the line containing the background-color property and value, so you can see the effect of only styling div element. This will make the background white again.
In your style sheet, comment out the line containing the background-color property and value, so you can see the effect of only styling div element. This will make the background white again.
so:
body {
background-color: burlywood;
/* background-color:burlywood; */
}
that is close but u are meant to completely section out its contents like