Tell us what’s happening:
Hi everyone,
I’m stuck on step 22. I’ve already made my research on the matter, but unfortunately it wasn’t successful.
My code follows bellow. If anyone could help me out, targeting where I made the mistake. I would greatly appreciate it.
Many thanks in advance.
Warm regards.
Your code so far
/* file: index.Ext.html */
/* turning the background white again */
body {
background-color: burlywood;
}
h1, h2, p {
text-align: center;
}
#menu {
width: 300px;
}
/* file: styles.Ext.css */
/* turning the background white again */
body {
background-color: burlywood;
}
h1, h2, p {
text-align: center;
}
#menu {
width: 300px;
}
Your mobile information:
SM-G935V - Android 8.0.0 - Android SDK 26
Challenge: Learn Basic CSS by Building a Cafe Menu - Step 22
Link to the challenge: