hi. trying to do the cafe menyu workshop. now not liking my background image. what stupid thing i am doing wrong. help? will also show the link for the step. up to step 28. what stupid thing am i not doing right. please show me where to put this and where i am going wrong? and why it is not passing. or doing something stupid. totally blind and cannot see.
so will paste the code and also the url below.
can you help.
marvin.
h1,h2, p {
text-align: center;
}
#h1, h2, p {
width: 80%;
}
#body {
width: 80%;
margin-left: auto;
margin-right: auto;
background-image: url("https://cdn.freecodecamp.org/curriculum/css-cafe/beans.jpg");
}
.menu {
width: 80%;
margin-left: auto;
margin-right: auto;]
}
https://www.freecodecamp.org/learn/full-stack-developer/workshop-cafe-menu/step-28
hi. any one here. been waiting 35 minutes. any one able to help me now.
marvin.
Hi there!
It looks like you’ve done more than the lesson asked for. I’d recommend resetting the step and then carefully following just what the lesson says:
Remove the comment and its contents inside the
body
type selector. After that, add abackground-image
property and set its value tourl(https://cdn.freecodecamp.org/curriculum/css-cafe/beans.jpg)
.
Make sure not to add anything extra — just stick to the instructions. Hope that helps!
hi. got it working. thank you very much. will try to stick to the instructions. sorry. trying my best as a blind person using a screen reader jaws for windows.
thank you for your help.
marvin.
1 Like