Learn Basic CSS by Building a Cafe Menu - Step 24

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

Your code so far

/* file: index.Ext.html */
body {
  /*
  background-color: burlywood;
  */
}

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

h1, h2, p {
  text-align: center;
}
#menu {
  width: 300px;
  background-color: burlywood;
}
    

Your mobile information:

M2004J19C - Android 12 - Android SDK 31

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

Link to the challenge:

Did you have a question about this challenge please?

You should be changing the value of the #menu width property but you don’t appear to have changed anything yet.

2 Likes

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