Learn Basic CSS by Building a Cafe Menu

Tell us what’s happening:
I am in step 62 of building a caf menu and I have inputed the right code but it is not responding to the code. please help out

  **Your code so far**
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Cafe Menu</title>
    <link href="styles.css" rel="stylesheet"/>
  </head>
  <body>
    <div class="menu">
      <header>
        <h1>CAMPER CAFE</h1>
        <p>Est. 2020</p>
        <p class=" established"> Est. 2020</p>
      </header>
  **Your browser information:**

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

Challenge: Learn HTML by Building a Cat Photo App - Step 12

Link to the challenge:

We can not see your code.

Edit your post and remember to use Preformatted text or ( `) between your code.

If you think you have the correct code you can try another browser or using your mobile phone for this step

I come across several issue while using Mozilla when even the code is right but we can’t pass it.

Please post the link for the challenge you are on, you have posted the link for Cat Photo App Step 12

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