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