Learn Basic CSS by Building a Cafe Menu - Step 12

Tell us what’s happening:

I am doing exactly what this step says to do, but it still says I did it wrong. I am wondering if it is a issue with the lesson, or I made a small error.

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 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0

Challenge Information:

Learn Basic CSS by Building a Cafe Menu - Step 12

Your code is passing for me. Try resetting and do it again.

I tried resetting a few times, and I get the same response that I should not add a new style tag. I clearly am not doing that, but I think you just confirmed for me the step is just bugged. I might have messed it up when I did this step while working on step 11.

Hello and welcome!

You may wish to check if there are any extensions, ad blockers, or if you are using dark mode. These can all cause problems with the system recognizing correct responses. They should be disabled.

Another option it try submitting it from a different browser. Sometimes, though we cannot see any extensions, our browser may have a built-in extension causing the problem.

Lastly, if none of these work, try rebooting the computer and then submit.

If any of this works for you, please check off the'Solution by @lasjorg' as I just added the guidance provided in that post?

Happy coding! :sun_with_face:

1 Like

I had to use a different browser thank you.

2 Likes

Happy to help.

Keep up the good progress @goettschefredrik !

1 Like

I had to use a different browser as well.