Multiple Selectors

Please help i didn’t see what i’m making wrong…
i should change the color from the h3 in red what is inside the div’s,with the css…
my code from the css is below

div h3 {
color: red;
}

what is wrong?
the message i became everytime is Oops, try again. It looks like you accidentally turned the first h3 red!

Hi @caxthegreat ,

From the instructions …

… nested inside three <div>s …

You only have it inside one <div>.

Add two more to get …

div div div h3 {

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