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.