Learn Basic CSS by Building a Cafe Menu - Step 11

Tell us what’s happening:
Describe your issue in detail here.

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;
      }
    </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/112.0.0.0 Safari/537.36 Edg/112.0.1722.58

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

Link to the challenge:

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

Welcome :wave:

The code you posted above passes when I test it in step 11. Are you getting an error when you run the test?

Hi!

Thanks for the quick response. This was held for moderation so I hadn’t realised it’d been approved!

I was getting an error when I ran this, turns out one of my browser extensions was interfering with the submission so it was failing. After turning it off everything started to work again.

Thanks!

I had the same issue! it was failing because of the extension.

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