Learn Basic CSS by Building a Cafe Menu - Step 22

body {
/* background-color: burlywood; * / background-color: white;
}

Hello everyone , that’s my issue.

Test

Sorry, your code does not pass. Don’t give up.

Hint

Your body should have a white background.

How a white background ? I can’t understand this step…

Can you try linking the challenge? Note that background and background-color are two different styles in css. Make sure you use background instead of background-color if thats what it is asking.

Ok thanks for help i just solved by my self.

body {
/*background-color: burlywood; */
}

That was the answer.

We have blurred this solution so that users who have not completed this challenge can read the discussion in this thread without giving away the solution.

Ohh i did not know about this , ok !

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