Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Praticando CSS 3 ;)

pam.html

<!DOCTYPE html>
<html lang="pt-br">

    <head>
        <meta charset="UTF-8">
        <title>Pâmela Medeiros</title>
        <link rel="stylesheet" href="style.css">      
    </head>

    <body>
        <h1 style="text-align: center;">Pâmela Medeiros</h1>
        <p><img src="foto.jpg"; font-size: width="600px" height="700"></p>
        <p><em>Crie Seu Próprio Padrão de Beleza!</em></p>

    </body>
</html>

style.css

/*
    Colorindo o fundo que envolve o body

    */
    body {
        background: #fa126bb9;
    }
/*
    Alinhando ao centro cada parágrafo

    */
    p {
        text-align: center;
    }

/*
    Colorindo o texto

    */
    h1 {
        color:rgb(110, 38, 5)
    }
    em {
        color:rgb(110, 38, 5)
    }
1 resposta
solução!

Oi Matheus, tudo bem?

Isso aí! Continue praticando e anotando o que viu na aula, assim o conhecimento ficar bem mais fixado!

Bons estudos.