Change font size of an element test

One is making sure my P elements have closing tags…

Are you sure that you have closed all tags? Did you add enough space between anchors?
You can use: CSS Formatter

and the other is my p elements containing kitty ipsum text.

Well, it’s weird and well-know problem. Please get < /p> text from my answer below. I works:

<style>
.red-text {
  color: red;
}

p { font-size: 16px;

}
</style>

<h2 class="red-text">CatPhotoApp</h2>
<p class="red-text">Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched**.</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>

If you still feel stuck please check this topic for more clues: freeCodeCamp Challenge Guide: Change the Font Size of an Element - #3 by ramsibus