Learn Basic CSS by Building a Cafe Menu - Step 7

Please guys …I need help what am I doing so wrong
Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>Cafe Menu</title>
  </head>
  <body>
    <main>
      <h1>CAMPER CAFE</h1>
<p>Est.2020</p>
    </main>
  </body>
</html>

Your mobile information:

TECNO KI7 - Android 13 - Android SDK 33

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

Link to the challenge:

You are missing a space.

add a p element below the h1 element with the text Est. 2020

Welcome to the community!

Spaces mean something to the code. Too many or too few can create headaches.

Happy coding! :slight_smile:

Well, spaces in text meansomethingaswell.

Est. is an abbreviation for established (best guess) so it is Established 2020 not Established2020

1 Like