My code wont pass this step now but I passed it earlier with the same code, HELP!

Tell us what’s happening:
Describe your issue in detail here.
I passed step 12 , with this same code, and now it’s not accepting the code I used to pass this step, On the right hand side it centers h1 element in my html code but it will not pass my code now. Help, I don’t know if it’s my code or what?

h1{ text-align: center; }
  **Your code so far**
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <title>Cafe Menu</title>
<style>
  h1 {
   text-align: center;
    }
</style>
</head>
<body>
  <header>
    <h1>CAMPER CAFE</h1>
    <p>Est. 2020</p>
  </header>
  <main>
    <section>
      <h2>Coffee</h2>
    </section>
  </main>
</body>
</html>
  **Your browser information:**

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

Challenge: Step 12

Link to the challenge:

I just passed the test with your code.
Try to restart the step and do what you did once more please.

code is fine - I just passed too with that code :slight_smile:

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