Learn Basic CSS by Building a Cafe Menu - Step 12

Tell us what’s happening:
This solution is not passing.
As I was certain I was right, I checked and compared with step 13 and have the exact same code.

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; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/117.0

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

Link to the challenge:

OK for some reason it now passed…

Hello.

Maybe is your browser. If you can, try the code with other browser.

Maybe you have an extension non compatible with freeCodeCamp or you have an add-blocker or a dark-mode …

It seems a compatibility issue. Your code is correct.

Grets.

It just suddenly worked without changing anything.
I have all extensions deactivated for freecodecamp…
No idea what went wrong

mysteries of life. i don´t know :man_shrugging:

Grets.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.