Use CSS style element

Tell us what’s happening:

Your code so far

h2{ colorolor:blue; }

CatPhotoApp

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

``` **Your browser information:**

Your Browser User Agent is: Mozilla/5.0 (Linux; Android 7.1.2; Redmi 4 Build/N2G47H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36.

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

colorolor

That seems like it’s probably the root of your problem.

Hello @NityaSomani15
You have to give blue Color for h2 tag so use this below code but before that there is no css tag like you have mentioned above!!

Try this below code!!
h2 {
Color: blue;
}