Webdev Bootcamp Day 2: Homework

Hi guys, I am done with the “Building a Cafe Menu” homework. I am here to assist.

7 Likes

Nice! There is also a more active Help chat in Discord in case anyone can assist there :+1:

1 Like

Hi Guys, I am done with homework 2. I am here to assist.

2 Likes

Homework-2 done! :blush:

1 Like

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?

1 Like

I don’t see anything specifically wrong with your code. That’s my answer:

.bottom-line {
margin-top: 25px;
}

done with homework 2:))
lmk if I can help

Swears​:hugs::hugs::hugs: You dey motivate me :sunglasses:

1 Like

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 :slight_smile:

1 Like

Hello @charmonet. You shouldn’t just copy and paste codes. You should also make sure you understand it.

1 Like

Please can you help me with this am stuck

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

2 Likes

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.

Hi, this chapter got me hooked on css.

Give space margin-top: 25px; this type

Complete day 1 or day 2 homework

Homework done