Https://learn.freecodecamp.org/responsive-web-design/basic-css/change-the-font-size-of-an-element

Between the style tags, give the p elements font-size of 16px. Browser and Text zoom should be at 100%.

pls how do i solve this ?

What issue are you having? Please also share your code and a link to the challenge you are on.

this is the code and the link

.red-text { color: red; p{ font-size:16px } }

CatPhotoApp

Click here to view more cat photos.

A cute orange cat lying on its back.

Things cats love:

  • cat nip
  • laser pointers
  • lasagna

Top 3 things cats hate:

  1. flea treatment
  2. thunder
  3. other cats
Indoor Outdoor
Loving Lazy Energetic
Submit

Move your p section outside the braces used for the red section. Each style selector should be a separate code block.

i have done that its not working

ohk thanks its has worked.

Post you code again pls but this time please put it after you click the code icon in the comment box which looks like this <> and then check that your code appears as you expect on the right hand side window. The previous time the code was rendered as html and not shown.

okay noted i will do that next time.