Change the Font Size of an Element!

Tell us what’s happening:

I feel I’m doing everything correct, can anyone help me?

Your code so far

<style>
  .red-text {
    color: red;
  }
  p {font-size:16px
  }
</style>

<h2 class="red-text">CatPhotoApp</h2>

<p class="red-text">Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>```
**Your browser information:**

Your Browser User Agent is: ```Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.0 Mobile/14G60 Safari/602.1```.

**Link to the challenge:**
https://www.freecodecamp.org/challenges/change-the-font-size-of-an-element

It might be that you’re missing a ;. What do the failing tests say?

Just looking at this one from another thread. It will pass for me with or without that semi-colon. Text or browser zoom might be off as the test wants them both at 100%