<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Portifólio de Caio</title>
</head>
<body>
<div class="imagem01">
<h1>Desenvolvedor Frontend em Formação.</h1>
<p>Portfólio de <strong>Caio Baldez</strong> desenvolvido com base nas atividades da <strong>Alura.</strong></p>
<button>Instagram</button>
<button>GitHub</button>
<br><img src="1650205336490.jpeg" alt="foto do desenvolvedor Caio Baldez sorrindo">
</div>
<header>
<main>
<h1>Oi, esse é o meu Portfólio com base nas aulas e exercícios desse módulo.</h1>
<p>Olá! Me chamo, Caio Baldez, sou estudande de desenvolvimento <strong>Front-end</strong> e estou utilizando o HTML para desenvolver as minhas atividades iniciais.</p>
<img src="images.jpeg" alt="logo-da-alura-cursos">
</main>
</header>
<footer>
<h3>Contato</h3>
<a href="https://instagram.com/c.bldz.27">Instagram</a>
<a href="https://github.com/caiobaldez">GitHub</a>
</footer>
</html>
Style.css
body{
background-color: rgb(0, 48, 152);
}
h1{
color: aliceblue;
}
p{
color: white;
}
button {
background-color: black;
color: white;
border: none;
}
h3 {
color: aliceblue;
}
a {
color: white;
}