Learn Basic CSS by Building a Cafe Menu - Step 7

Tell us what’s happening:

This is confusing because i know i’m doing it right but it keeps on saying wrong. could someone help me and explain it to me.

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>Cafe Menu</title>
  </head>
  <body>
    <main>

<!-- User Editable Region -->

      <h1>CAMPER CAFE</h1>
          <p>Est.2020</p>

<!-- User Editable Region -->

    </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/120.0.0.0 Safari/537.36

Challenge Information:

Learn Basic CSS by Building a Cafe Menu - Step 7

What do the failing tests say?

Hello @Daniel1998 !

Future posts, please include any error messages so we know what to look for in the code?

Check the space in your code compared with the one in the instructions.

If it helps, please check of the Solution by @ArielLeslie

Happy coding! :sun_with_face:

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