Design a Cafe Menu - Step 14

Tell us what’s happening:

What’s wrong with this code it’s keep showing that I’m wrong

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>Cafe Menu</title>
    <style>
      h1, h2, p {
        text-align: center;
      }
    </style>
  </head>
  <body>
    <main>
      <h1>CAMPER CAFE</h1>
      <p>Est. 2020</p>
      <section>
        <h2>Coffee</h2>
      </section>
    </main>
  </body>
</html>
/* file: styles.css */

/* User Editable Region */



/* User Editable Region */

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

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36

Challenge Information:

Design a Cafe Menu - Step 14

Try deleting the code from inside your style element.

Hye Buddy here you need to remove this part of code. As you have added the new css file.

So you need to delete the old one.

Hope You Understand.

1 Like