Learn Basic CSS by Building a Cafe Menu-Step 31

I am very confused what is wrong here. Looked at a bunch of posted problems for this step and they say it should have “5 article elements each with 2 p elements nested inside”… that is exactly what I have. Unless I am stupid??

image

<article>
            <p>French Vanilla</p>
            <p>3.00</p>
          </article>
          <article>
              <p>Caramel Macchiato </p>
              <p>3.75</p>
          </article>
          <article>
              <p>Pumpkin Spice</p>
              <p>3.50</p>
          </article>
          <article>
              <p>Hazlenut </p>
              <p>4.00 </p>
          </article>
          <article>
              <p>Mocha </p>
              <p>4.50 </p>
          </article>

help omg…

found it after 87 years…

I’ve edited your code for readability. 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 (').