Learn-basic-css-by-building-a-cafe-menu - Step 22

Hi guys!

Anybody who can help me to understand the sense of Step 22.

I tried this one:

background-color: burlywood;
/* body: background-color: burlywood; */

The reason is to practice using comments in CSS. In your solution you also commented on the body selector. Try commenting only the background expression line.

1 Like

This step asks you to comment “background color”. In this step, they teach about how to comment a line.

Hope you got it!
Happy Learning :upside_down_face:

Mod Edit: SOLUTION REMOVED

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

Hey there people!
I tryed A LOT of different approaches to this one but I’m still stuck in this step.
Can someone please help me to understand what am I suppose to do?

Hello there, thanks for reach out!
I did use the help box to get here in this thread. :slight_smile:

Awesome, will do!

thanks

1 Like

That took a while to understand for me too!
You don’t have to create another comment, you should just add
/* */ (the comment characters ) before and after the code " {backgrou… " which already created on your style sheet.
I hope you get it .

NB: The question said, Comment out " the line containing the backgro… "

we should read the question again and again before we answer and don’t give up, sometimes “the question is the half answer”

3 Likes

my background turned white but it won’t let me progress

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.