Stuck on step 76

Hey guys,

I started yesterday and most things I figured out myself, now I just ask for help as google doesn’t seem to help me.

Challange: I need to create a class in CSS called bottom line and set the margin-top value to 25px. This is the code I wrote:

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

The hint says I should add a .bottom-line selector.
Didn’t I do that? I have not assinged anything to the class in the HTML sheet yet but that didnt matter 20 steps before that I guess that won’t be it right?

Thanks in advance.

@CodeKidCarsten welcome to the forum, your code looks good, please provide a link to the challenge or share the code in your editor.

Here’s the link: https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-basic-css-by-building-a-cafe-menu/step-76

Edit: apparently it worked with the exact code, I just restarted the stap and now it works

Your code looks good try resetting the challenge and trying again.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.