Learn Basic CSS by Building a Cafe Menu - Step 16

Tell us what’s happening:
Hey :slight_smile:
Having an issue with step 16, error:

Test
Sorry, your code does not pass. Don’t give up.

Hint

Your link element should have an href attribute with the value styles.css.

Steps I’ve tried from different posts:
Turned off Ublck Origin, tried in Incognito mode, zoom is 100%, tried in a different browser (Firefox).

Is there a fix or a way to skip this step?

Thanks,
Ron

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">

<!-- User Editable Region -->

  <head>
    <meta charset="utf-8" />
    <title>Cafe Menu</title>
    <link rel="stylesheet" href="style.css">
  </head>

<!-- 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/110.0.0.0 Safari/537.36

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

Link to the challenge:

This is not the correct filename.

Wow, I can’t believe I missed it :sweat_smile:
Thanks!