Learn Basic CSS by Building a Cafe Menu - Step 6

Anyone understand why this is wrong?

Your code so far

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

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1

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

Link to the challenge:

first guess is that you have too many spaces here.
The h1 tags should be immediately on the left and right of the words without extra spaces.

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