Step 13 Help! What am I doing wrong?

My style code isn’t going through…what am I doing wrong?

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

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

CAMPER CAFE

Est. 2020

Coffee

you should only have one style element (looks like you have more than one right now)

Add all the selectors to a single style element…

if you are still stuck please post updated code and the link to the challenge

I finally got it right…:slight_smile: I was adding between each element, which did not need to be. It was causing the code to not go through. I took add that away and it went through. Thanks for the replies!

1 Like