Learn Basic CSS by Building a Cafe Menu - Step 6

Tell us what’s happening:

I don’t see anything wrong with my code and I did exactly as I was instructed but it’s not letting my code pass.

Your code so far

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

<!-- User Editable Region -->

    <main>
      <h1>
        CAMPER CAFE
        </h1>
    </main>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (iPad; CPU OS 18_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/137.0.7151.107 Mobile/15E148 Safari/604.1

Challenge Information:

Learn Basic CSS by Building a Cafe Menu - Step 6

Hi @leoasawasuwannakul

Try removing the line breaks and extra white space.

Happy coding

thank you It works now

1 Like