Learn Basic CSS by Building a Cafe Menu - Step 11

Tell us what’s happening:

can someone please help me whit this ? I have I tried every variasjon and method and I don`t understand… and how do you make this sign { ?

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>Cafe Menu</title>

<!-- User Editable Region -->

    <style>
    <h1>{text-align:center;}</h1>
</style>

<!-- User Editable Region -->

  </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 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15

Challenge Information:

Learn Basic CSS by Building a Cafe Menu - Step 11

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/style

1 Like

thank u but I still don`t get to work.

<style>
    <h1>{ 
      text-align: center;
      }
</style>

i don`t see the mistake

here. tag are not allowed in css, remove the < and >

2 Likes