Trouble with exercise

<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>

https://www.codecademy.com/courses/learn-html-css/lessons/css-structure-syntax/exercises/universal-selector?action=lesson_resume&link_content_target=interstitial_lesson

I have been instructed to do this- In style.css, add the universal selector. Inside of the selector’s body, set the font-family to Georgia.

  • {
    font-family: Georgia;
    }
```

I have been instructed to do this- In style.css, add the universal selector. Inside of the selector’s body, set the font-family to Georgia.

My code is-* {
font-family: Georgia;
}
I keep getting error message,what is wrong here?

<do not remove the three backticks above>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.