<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
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>