Learn Basic CSS by Building a Cafe Menu - Step 12

Tell us what’s happening:

how do i get past this if my code is right? looks like a problem with the test?

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) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0

Challenge Information:

Learn Basic CSS by Building a Cafe Menu - Step 12

Code looks ok - what message do you get when you submit?

Already tried to refresh the page / reset the step?

Sorry, your code does not pass. You’re getting there.

You should not add a new style tag. Add the new CSS rules to the existing style tag.

^^this is what it tells me. I have refreshed the page, logged out and back in, cleared my browsing cache, turned off any dark modes, and have reset the step multiple times. What else can I do?

Welcome to the forum @loganwofford2469

Try using a different browser.

Happy coding

1 Like

duckduckgo no good, but it worked when i switched to chrome, Thanks!

1 Like