2. Multiple Selectors

i have done
h3{
color:red;
}
div div p{
color:red;
}
div p{
color:red;
}
p{
color:red;
}
and it say’s Oops, try again. It looks like you didn’t turn the h3 nested inside three

s red!
what do i do

not all together ofcorse

can I see your HTML

http://discuss.codecademy.com/t/using-backticks-to-format-your-code/3697/11