<!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>Pâmela Medeiros</h1>
<p><img src="foto.jpg"; width="600px" height="700"></p>
<p><em id="beleza">Crie Seu Próprio Padrão de Beleza!</em></p>
</body>
</html>
style.css
/*
Colorindo o fundo que envolve o body.
*/
body {
background: #fa126bb9;
}
/*
Colorindo o texto / Alinhando ao centro e alterando o tamanho da fonte.
*/
h1 {
color:#3d001ff5;
text-align: center; font-size: 60px;
}
em {
color:#3d001ff5
}
/*
Alinhando ao centro cada parágrafo.
*/
p {
text-align: center;
}
#beleza {
font-size: 25px
}