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.