Learn Basic CSS by Building a Cafe Menu - Step 18

Tell us what’s happening:
Describe your issue in detail here.
What is wrong with this code?
Your code so far

/* file: index.Ext.html */

h1, h2, p,{
  text-align: center;
  
}
body{
  background-colour: brown;
}

/* file: styles.Ext.css */

h1, h2, p,{
  text-align: center;
  
}
body{
  background-colour: brown;
}

Your mobile information:

SM-A736B - Android 13 - Android SDK 33

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

Link to the challenge:

Hello!

Try removing the , comma after the p element in the selector and see if the works for you.

Happy coding!

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