Learn Basic CSS by Building a Cafe Menu - Step 12

Tell us what’s happening:

Hello,
I am currently working on this section. I have tried everything but it doesn’t’ work. kindly help.

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: center;
      }
      h2 {
        text-align: center;
      }
      p
       {
        text-align: center;
      }
      </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; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36

Challenge Information:

Learn Basic CSS by Building a Cafe Menu - Step 12

Hello kimanigitau01!

Your code works for me.

Perhaps try submitting it in private mode, or using another browser.

Extensions, dark mode, and cache could be issues, too.

Wishing you good progress on your coding journey. :slightly_smiling_face:

2 Likes

Hello @GrannyIsA-Dreamer
I have changed my browser from Google Chrome to Firefox and it has worked.
Thanks for helping.

1 Like

You are very welcome @kimanigitau01 !

I think we all have this issue sometimes.

Wishing you good progress on your coding journey. :slightly_smiling_face:

Thanks @applebees for solve the coding error. I also face this error.