Learn Basic CSS by Building a Cafe Menu - Step 15

Tell us what’s happening:

There’s no style but still doesn’t work. I tried many time

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>

<!-- User Editable Region -->

<html lang="en"><!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>Cafe Menu</title>
    <link rel="stylesheet" href="styles.css"> 
</head>
<body>
    <main>
        <h1>CAMPER CAFE</h1>
        <p>Est. 2020</p>

        <section>
            <h2>Coffee</h2>
          
        </section>
    </main>
</body>
</html>


<!-- User Editable Region -->

  <body>
    <main>
      <h1>CAMPER CAFE</h1>
      <p>Est. 2020</p>
      <section>
        <h2>Coffee</h2>
      </section>
    </main>
  </body>
</html>
/* file: styles.css */
h1, h2, p {
  text-align: center;
}

Your browser information:

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

Challenge Information:

Learn Basic CSS by Building a Cafe Menu - Step 15

Hi. You seem to have added extra text into the boilerplate that wasn’t there. I suggest you reset the step to get your code back and don’t change anything other than what you are asked to remove.

looks fine to me! Although I am interested to know about the error in code.

Oh i sorry after loking in the code your section is fine.

there will be more stuff added later in the section, you can check more advanced steps to verify

It looks easy if you look at the step instruction, you only need to remove the style in html.

try resetting the step, and do it one last time. The code doesn’t look right for this step

Hey buddy, kindly do re-set your this step.

And do remove this code from your css file and you’re not instructed to add this at this point of time.

Hope You Understand.