Learn Basic CSS by Building a Cafe Menu - Step 5

Tell us what’s happening:
Sorry, your code does not pass. Keep trying.

  **Your code so far**
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <title>Cafe Menu</title>
</head>
<body>
   <h1> CAMPER CAFE</h1>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0

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

Link to the challenge:

Be careful about where you add spaces:

CAMPER CAFE

and

CAMPER CAFE

are not the same heading as the first has a space before "camper". Delete the space and you should be golden :+1:!

It’s irritating in the beginning, but you’ll get used to it. Good luck in your coding journey!

2 Likes

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