Learn Basic CSS by Building a Cafe Menu - Step 14

Tell us what’s happening:
What is the problem in this code

Your code so far

/* file: index.Ext.html */



<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>Cafe Menu</title>
    <link rel="stylesheet" href="styles.css" />
  </head>
  <body>
    <main>
      <h1>CAMPER CAFE</h1>
      <p>Est. 2020</p>
      <section>
        <h2>Coffee</h2>
      </section>
    </main>
  </body>
</html>



/* file: styles.Ext.css */

h1,h2,p {
text-align: center;
}

Your mobile information:

M2006C3LII - Android 10 - Android SDK 29

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

Link to the challenge:

Hi,
This step won’t pass if you’re using the mobile app. Try using the web version for this step.
Good luck!

2 Likes