Building a Cafe Menu - Step 10

Tell us what’s happening:
Describe your issue in detail here.
WHEN I TRY TO ATTEMPT LESSON 11 ITS NOT RESPONDING WITH AN INSTRUCTION ANYMORE, ITS STUCK AT LESSON 10. HOW DO RESUME. (DONT MIND THE CAPS).

<!DOCTYPE html>
<html lang="en">

<!-- User Editable Region -->

  <head>
    <meta charset="utf-8" />
    <title>Cafe Menu</title>
  </head>
  <body>
    <main>
      <h1>CAMPER CAFE</h1>
      <p>Est. 2020</p>
      <section>
        <h2>Coffee</h2>
      </section>
    </main>
  </body>

<!-- User Editable Region -->

</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36

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

Link to the challenge:

Add the ‘style’ element within the ‘head’ element. You didn’t put any code in here required by the instruction. Restart the step. If it doesn’t help, go back one step (step 9), and then try again the step in question (step 10).

you missed something

<style>
</style>

I restarted from the first more than twice. It wont move past step 10.

Your code needs to pass the tests to move to the next step. What have you tried?

Did you solve the challenge in step 10? Show us your code with a correctly done solution.

The value of “center” not “centre”…

1 Like

noted, thank you so much

1 Like

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