Não consegui resolver o exercício envio o código HTML, para ser apontados os erros.
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/seletormelhor.css">
</head>
<body>
<title>seletor melhor</title>
<h1>Título do artigo</h1>
<section class="autor">
<p class="autor">por Luiz</p>
<h1>Uma subseção</h1>
<p>Mais texto</p>
</section>
<section>
<h1>Uma seção</h1>
<p>Texto da seção</p>
</section>
</body>
</html>
.autor{article>h1 + P }