Olá!
Pessoal, não estou conseguindo centralizar com o arquivo esterno.
Acontece que já olhei algumas postagens aqui do fórum sobre o arquivo externo, mas não consegui resolver mesmo assim.
<!DOCTYPE html>
<html lang="pt-br;">
<head>
<title>escreve</title>
<meta charset="UTF-8;">
<link rel="stylesheet;" href="style.css">
<style>
</style>
</head>
<body>
<h1 style="text-align: center;">Pão doce</h1>
<p style="font-size:20px; text-align: center;">escrever faz bem</p>
<p>coisa boa</p>
</body>
</html>
Acima está o "index.html"
p{text-align: center;}
Este outro é o "style.css"
Os arquivos estão na mesma pasta, como mostra a imagem acima. Com isso eu deduzi que eu tivesse errado em alguma pare lá entre as property, perdi mais um tempinho revendo junto ao vídeo e continua não centralizando.