Help with cafe menu step

hi @igorgetmeabrain i have thesame problem to this step 28 im stuck.Can you please help me how to solve this code.
This is the task.

Delete the comment and its contents inside the body type selector. Now add a background-image property and set its value to url(https://cdn.freecodecamp.org/curriculum/css-cafe/beans.jpg) .

and so far this is my code;

body {
  background-image: url(https://cdn.freecodecamp.org/curriculum/css-cafe/beans.jpg).
{

h1, h2, p {
  text-align: center;
}

.menu {
  width: 80%;
  background-color: burlywood;
  margin-left: auto;
  margin-right: auto;
}

Hi there, I moved your question to its own thread.

I’ve also edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

Remove this dot and try again.

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