Kindly help stuck in cafe menu step 13

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

  **Your code so far**
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <title>Cafe Menu</title>
  <style>
    h1 {
      text-align: center;
    }
  </style>
</head>
<body>
  <header>
    <h1>CAMPER CAFE</h1>
  <style>
    p {
      text-align:center;
    }
    </style>
   <p>Est. 2020</p>
  </header>
  <main>
    <section>
     <style>
       h2 { 
         text-align:center;
       }        
       </style>
      
       <h2>Coffee</h2>
    </section>
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.115 Safari/537.36 OPR/88.0.4412.74

Challenge: Step 13

Link to the challenge:

You don’t need to create multiple style tags.
All styling is supposed to be within one style tag.

1 Like

i’ve tried but the code doesn’t work

The one and only style tag should be within head element.

I see you’ve managed to create
p, h2 selector. That’s not required for this step.
You need to create 2 selectors.
One for p, one for h2

Also, instead of doing screenshots, would be better to copy-paste your code in your post.

When writing post, you can press ctrl-e to make code look like

this
1 Like

im still stuck… could u please solve it

nope, sorry) I’ve already solved it. And if I’ll solve it here once more, this will be completely useless for both of us.

How does your code look right now?

1 Like

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