p {
font-family: Garamond;
color: #7AC5CD;
}
body > p {
font-weight: bold;
}
div > ul p {
color:#000000;
text-decoration: underline;
}
it is the right answer
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.