Learn Basic CSS by Building a Cafe Menu - Step 17

It says that I still need to make the link element a self-closing element even though I already have??? pls help

  **Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <title>Cafe Menu</title>
  <link rel="stylesheet" href="styles.css"/>
</head>
<body>
  <header>
    <h1>CAMPER CAFE</h1>
    <p>Est. 2020</p>
  </header>
  <main>
    <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 (X11; CrOS aarch64 14816.99.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

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

Link to the challenge:

I just passed the tests with all your HTML code.
Did you try to reset the step?

Yeah, i just did like 5 times, it still doesn’t work for some reason

Could be browser or browser extension related problem. I am not experienced in solving this kind of stuff. I guess somebody will give proper advice soon enough.

I appreciate u replying tho dawg

1 Like

Hii, I don’t know if you solve it but I had the exact same issue. I just changed the browser into Chrome and it worked :))

I’m on a school chromebook and i seem to be unable to change my browser :frowning:

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