Https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-basic-css-by-building-a-cafe-menu/step-78

I’ve never added a styles.css before, how should I write out this code? Or where do I go to refresh myself on how to write this code?

styles.css {comment: FOOTER;
}

WARNING

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Please copy/paste all the editor code showing in the challenge from where you just linked.

Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36 Edg/101.0.1210.47

Challenge: Step 78

Link to the challenge:

What code exactly? I’m guessing the comment? A comment in CSS is started with /* and ended with */, so for example:

/* this is a comment */

Comments are ignored in the code, and are there for you or other programmers to make notes about the code. For example an explanation on what a particular portion styles.

1 Like

Ahhh yes thank you. By any chance do you remember which step that was, I would like to refresh myself through it one more time.

1 Like

I haven’t gone through the new course work so I can’t say, but you could look at the MDN documentation on it.

1 Like

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