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>

<!-- User Editable Region -->

    <main> <h1> CAMPER CAFE  </h1>
    </main>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36

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

Link to the challenge:

Hello!
Please tell us what the problem is in your own words. Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

The name of the cafe is CAMPER CAFE . Add an h1 element within your main element. Give it the name of the cafe in capitalized letters to make it stand out.

im having trouble here

1 Like

Hello!
Thank you for posting your question!
It looks like there is too much space in the code.

I suggest resetting the step and maybe try entering the h1 element with its text directly below the opening < main> element and above the closing < /main> element tag. It will make it easier to read.
Do not add any extra spaces.
Just the space between the two words in the title.

You are doing great! With the exceptions of the extra spaces, your code would pass.

Keep up your good progress!

Happy coding!

1 Like