Learn Basic CSS by Building a Cafe Menu - Step 11

Tell us what’s happening:

I have done it instructed but it refuses the code,what do u think is the problem here.

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>Cafe Menu</title>

<!-- User Editable Region -->

    <style>
      h1 {
       text-align: centre;
      }
    </style>

<!-- User Editable Region -->

  </head>
  <body>
    <main>
      <h1>CAMPER CAFE</h1>
      <p>Est. 2020</p>
      <section>
        <h2>Coffee</h2>
      </section>
    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36

Challenge Information:

Learn Basic CSS by Building a Cafe Menu - Step 11

It keeps on saying this Your text-align property should have a value of center . again and again

Hi there. Please ensure you have set thetext-align property to center. It’s really easy to make a typo.

1 Like

I saw it thank u,wow thanks.That was awesome.