body {
background-image=url(htpps://cdn.freecodecamp.org/curriculum/css-cafe/beans.jpg)
}
instructions
Since the cafe’s main product for sale is coffee, you could use an image of coffee beans for the background of the page.
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).