Learn Basic CSS by Building a Cafe Menu - Step 22

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

/* file: index.Ext.html */
body {
  background-color: burlywood;
} 
/* background-color: burlywood */
h1, h2, p {
  text-align: center;
}

#menu {
  width: 300px;
}
/* file: styles.Ext.css */
body {
  background-color: burlywood;
} 
/* background-color: burlywood */
h1, h2, p {
  text-align: center;
}

#menu {
  width: 300px;
}

Your mobile information:

SM-S911B - Android 13 - Android SDK 33

Challenge: Learn Basic CSS by Building a Cafe Menu - Step 22

Link to the challenge:

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

I did everything i was asked. I was told the background-color should change back to white after commenting. But nothing is happening.

This isn’t commented out though?

To clarify - you wrote a comment with a brand new background-color: burlywood and left the original property and value alone, which is why its still changing how your HTML looks.

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