Learn Basic CSS by Building a Cafe Menu - Step 11

Tell us what’s happening:

i want to center my h1 element by setting its text-align to the value center, but i cant do it.

Your code so far

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

<!-- User Editable Region -->

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

Challenge Information:

Learn Basic CSS by Building a Cafe Menu - Step 11

what have you tried? the style element is still empty here

1 Like

Hi @CONNA

Here is a recent post you may find helpful.

Learn Basic CSS by Building a Cafe Menu - Step 11 - HTML-CSS - The freeCodeCamp Forum

Happy coding

Hey i had problems with this one too, i can’t tell you the answer but my recommendation it’s to follow the steps toe to toe if it doesn’t appear with “</>” then don’t put it, exactly like that

If you have specific problem , Kinldy create a New Post !!

So that we will be able to help You !!

Hope You Understand !!

This is how its done: (‘~’ and ‘è’ has been added for techninal reasons, not to be applied in code)
code removed by moderator

hey @radiant_mist
It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.


For how to post code on the forum

When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

1 Like