Learn Basic CSS by Building a Cafe Menu - Step 17

Tell us what’s happening:
Describe your issue in detail here.

  **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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36

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

Link to the challenge:

Your code passes for me, what issue are you having?

system error , wouldnot let ,e proceed to step 18 . im planning to move to code academy fvcthis

try to open step 17 if you could pass pls share me the right typo if there is, this is system error

i dont know with the site, can u please go to link step 17 and show me ur input so u know , and share me after please ur code. just wanna proceed to 18 but cant, stucked. show me so i can compare whats wrong. i guess u will have same problem with me

I can pass with your code.

You can try:

  • reload the page
  • clear browser cache
  • reset the step
  • disable browser extensions
  • update your browser
  • try a different browser

If you want to go to next step, you can do so from the certification page, just click on the number of the step you want to go to

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