Learn Basic CSS by Building a Cafe Menu - Step 7

Tell us what’s happening:
Describe your issue in detail here.
what is the mistake that i have done
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/114.0.0.0 Safari/537.36

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

Link to the challenge:

You are missing a space.

For these challenges, it is best to copy and paste the text instead of typing it out yourself to minimize errors.

Hope that helps

1 Like
type or pastehttps://www.instagram.com/p/Ct4dWB1NVVV/?utm_source=ig_web_copy_link&igshid=MzRlODBiNWFlZA== code here
how is this done

I am not sure what is your question

my question is i have at the p element i have put the text inside the the p element and i have tried multiple times

Did you read this message?

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