Learn Basic CSS by Building a Cafe Menu - Step 6

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>
  <h1>CAMPER CAFE</h1> 
  <p> Est. 2020 </p>
</body>
</html>

Error code: Your p element should have the text Est. 2020 . I have the text typed correctly but I have an error message still, maybe I’m overlooking something.

  **Your browser information:**

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

Link to the challenge:

Welcome to the forum!
Looks like you added additional spaces inside the paragraph, you were not supposed to do that.

Ah! gotcha. thank you

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