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;
}