Learn Basic CSS by Building a 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>
      h2 {
        text-align: center;
      }
      p {
        text-align: center;
      }
    </style>
  </head>
  <body>
    <main>
      <h1>CAMPER CAFE</h1>
      <p>Est. 2020</p>
      <section>
        <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/106.0.0.0 Safari/537.36

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

Link to the challenge:

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!

i dont know how to explain it …im confused

Please try.

What has you confused?

i have tried everything nothing is working

You tried literally everything?

You must have tried combining your three CSS rules into one. What does that attempt look like?

in all honesty i dont know

I cannot write the answer for you.

You need to try things, show us the code, and ask questions.

im not asking for the answer oga i said help
:dotted_line_face:

…and I explained that for us to reasonably be able to help you need to try things, show us your code, and ask questions.

i have done it thank you

Ah, I must have missed your specific questions about your code. Can you repeat your specific questions. “i don’t know”, “im confused”, “i have tried everything”, or “nothing is working” don’t really give me any information.

i see i was being unreasonable sorry

I tried here to guess at what you are confused about. You have three CSS rules but the instructions are asking for one CSS rule.

You said you tried ‘everything’. If you tried combining the three CSS rules into one CSS rule, then please show the code.

If you haven’t tried that, do you have questions about that specific part of the task?

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