Learn Basic CSS, step 78

Hey guys,
the task is:
“Moving down to the footer element, make all the text have a value of 14px for the font size”

My code:

.footer {
font-size: 14px;
}

It’s not clear to me what I did wrong. Help!

please post a link to the challenge and post all your code from the file.

The problem is solved. Thanks!

1 Like

How I can solve this problem?

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.