I'm stuck at this code, please help!

Tell us what’s happening:
What can do?

} .smaller-image { width: 100px; } .red-text { color: red; } h2 { font-family: Lobster, Monospace; }

p {
font-size: 16px;
font-family: Monospace;

CatPhotoApp

A cute orange cat lying on its back.

Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.

Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.

Your code so far

<style> 
  h2 {color: blue;}
  </style>
CatPhotoApp

<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 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/use-css-selectors-to-style-elements

@ardiagha

I think you removed your heading 2 element tags.

Your Code has “CatPhotoApp” just sitting in space without any HTMl context or instruction.

You only need to remove the class from your h2 element and move it into a style section. Not remove the h2 tags / element.

It will be an easy fix for you . . . something is missing.

Cheers,
-WWC