Lesson 8

p {
font-family: Garamond;
color: #7AC5CD;
}
body > p {
font-weight: bold;
}
div > ul p {
color:#000000;
text-decoration: underline;
}

it is the right answer

no, it is not.

p {
font-family: Garamond;
color: #7AC5CD;
}

this will make all paragraphs color: #7AC5CD; not only synopsis, too bad SCT let it pass

the semi-colon doesn’t do anything. It’s passive.

Thanks @stetim94
It really work for me…