So i noticed lots of people also got a bit stuck on this (including me for at least 20 minutes…quite embarrasing) until i realized what it was, so i deceided to post the code here in case it helps. So simple! i didnt realized i had to just püt the style INLINE in the second paragraph tag…oops.
here is the code:
<style>
.red-text {
color: red;
}
</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 style="font-size:16px;">
Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.
</p>
Link to the challenge:
https://www.freecodecamp.org/challenges/change-the-font-size-of-an-element