Use CSS Selectors to Style Elements blue

Tell us what’s happening:

Not going blue but seems consistent with what it told me to do

Your code so far

  h2 {color: blue;}
</style>
<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 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36.

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

Just a guess based on the code you posted, but did you delete the whole h2 tag instead of just the style attribute inside it?

image