Basic css. helppp plzzzz

Hello guys, im struggling with step 23 of basic css course

they asked me to do this: In your style sheet, comment out the 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.

body {

background-color: burlywood;/* burlywood */

}

im typing this but they said is wrong

Thank you for your help

Hi @edgarteresena ,

You need to comment out the whole line, not only the value.

1 Like

I am failing here, can help how to do it?
@spark07

Please post your code so we can help you.

Thanks @spark07 already solved

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.