Learn Basic CSS by Building a Cafe Menu-Step 23

Hi!

I am having problems seeing what part of this code is incorrect. The hint as shown in the screenshot is “You should set the background-color to burlywood”. Could someone help tell me what is incorrect? Thanks so much!

Step 23
Now use the existing #menu selector to set the background color of the div element to be burlywood.

Hi there. You can’t use the html cide in css . Remove html around the css selector #menu.
Also strictly follow the instructions. Don’t add things that aren’t asked in the challenge instructions.