Learn Basic CSS by Building a Cafe Menu - Step 7

Tell us what’s happening:
Describe your issue in detail here.

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:

SM-N960U - Android 10 - Android SDK 29

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

Link to the challenge:

Hello!

Remove all of the unnecessary spaces.

I suggest that you reset the step and just add the

p element and Est 2020.

You can use the following as an example.

< meta charset=“utf-8” />
< title>Cafe Menu< /title>

Notice how the title element with the text has been entered below the meta element.

A suggestion:
Set up your p element below the h1 element. Then, copy and paste what is to go within the p element tags.

Happy coding! :slight_smile: