In Basic CSS: Give a Background Color to a div Element it says to add a silver background to a div element. I thought I did but I can’t move on, saying Your div
element should have a silver background.
The stuff I have (and think is relevant):
.silver-background {
background-color: silver;
}
<div class="silver-background">...
It looks like it has a silver background, so I don’t know what to fix since the other two criteria are checked: Your div element should have the class silver-background.
and A class named silver-background should be defined within the style element and the value of silver should be assigned to the background-color property.
The problem persists when I redo it with Reset All Code