Why is it wrong?

Please post your actual code and a link to the challenge you are working on. Thanks.

I’d say it’s functioning properly. However, your css syntax should be written like this:

.silver-background {
  background-color: silver;
}

In the screenshot you provided, you put the wrong curly bracket.

oh. thank you a lot)

You’re welcome, I appreciate it.

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