Hi guys, I am done with the “Building a Cafe Menu” homework. I am here to assist.
Nice! There is also a more active Help chat in Discord in case anyone can assist there
Hi!
Could you help, please?
I got stuck on step 76.
I typed:
.bottom-line {
margin-top: 25px
}
but it doesn’t pass.
What did I do wrong?
I don’t see anything specifically wrong with your code. That’s my answer:
.bottom-line {
margin-top: 25px;
}
Swears:hugs: You dey motivate me
I just copied and paste yours and it still didn’t pass.
I guess it’s a glitch in the system or something.
Thank you for help anyway
Hello @charmonet. You shouldn’t just copy and paste codes. You should also make sure you understand it.
H1 will be your “element” here, while "text-align " will be the property, and “center” being the value of the property.
Here
H1{
Text-align: center;
}
Hi where is the link to join the chat in Discord?
I’m not sure if you’ve already figured out the solution yet, but in your code you didn’t have the trailing semi-colon at the end of margin-top:25px, which could be why it failed. It should read:
.bottom-line {
margin-top:25px;
}
Finally. Done my Day 2: Homework.
Give space margin-top: 25px; this type
Complete day 1 or day 2 homework