Tell us what’s happening:
Describe your issue in detail here.
Your code so far
/* file: index.Ext.html */
body {
background-image: url(https://cdn.freecodecamp.org/curriculum/css-cafe/beans.jpg);
}
h1, h2, p {
text-align: center;
}
.menu {
width: 80%;
background-color: burlywood;
margin-left: auto;
margin-right: auto;
}
h1, h2, p, flavour {
text-align: left;
}
/* file: styles.Ext.css */
body {
background-image: url(https://cdn.freecodecamp.org/curriculum/css-cafe/beans.jpg);
}
h1, h2, p {
text-align: center;
}
.menu {
width: 80%;
background-color: burlywood;
margin-left: auto;
margin-right: auto;
}
h1, h2, p, flavour {
text-align: left;
}
Your mobile information:
SM-A115U - Android 10 - Android SDK 29
Challenge: Learn Basic CSS by Building a Cafe Menu - Step 33
Link to the challenge: