Learn Basic CSS by Building a Cafe Menu - Step 16

Tell us what’s happening:
Not working all code being good

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 href="styles.css" rel="stylesheet"/>
  </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 Firefox

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

Link to the challenge:

Welcome to the forum!

Please Tell us what’s happening 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!

Error: You should have one self-closing link element.

Your code passes the challenge. Here are a few things you can try:

  1. Try refreshing and resetting the lesson to see if that works
  2. Sometimes extensions can cause issues with the challenge such as ad blocker and dark mode. Check to see if you are have any extensions running when submitting the challenge
  3. Try submitting the challenge on a different browser

Error sc CSS 16

Hi! Here’s the error message. I have the same issue, yet I am pretty sure the code is right.

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

Step 17 starts with that exact same code. :woozy_face:

Thank you for your help in advance :blush:

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

This way you can start a topic that is specific for your code, and all responses will be focused on helping you

Thank you.

I didn’t create a new post as it is the exact same issue as the current post.

Hello, did you find a resolution? If yes, can you please share? I am having the same issue.

Please do not use another users post for questions about the topic you are on. You need to create a new topic by following the steps