Something wrong with my code?

Tell us what’s happening:

For some reason “run test” won’t accept my code, can someone please tell me why?

Your code so far

 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 (Linux; Android 5.1.1; KFAUWI Build/LVY48F) AppleWebKit/537.36 (KHTML, like Gecko) Silk/65.2.3 like Chrome/65.0.3325.144 Safari/537.36.

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

I see a style closing tag but no style opening tag ie. <style>
Also the CatPhotoApp should be wrapped in h2 tags

Oops, I should noticed those, thank you, Adrian :slight_smile: