( Renan- por gentileza sabe me orientar, desculpe, mas estou na tentativa e erross!
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Contato - Barbearia Alura</title>
<link rel= "stylesheet" href="reset.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="caixa">
<h1><img src= "logo.png">
</h1>
<nav>
<ul>
<li><a href ="index.html">Home</a></li>
<li><a href ="produtos.html"> Produtos</a></li>
<li><a href ="contato.html">Contato</a></li>
</ul>
</nav>
</div>
</header>
<main>
<form>
<label for= "nomesobrenome">Nome e Sobrenome</label>
<input type= "text" id="nomesobrenome">
<label for= "email">Email</label>
<input type="text" id="email">
<label for="telefone">Telefone</label>
<input type="text" id="Telefone">
<input type="submit">
</form>
</main>
<footer>
<img src="C:\Users\Meu Computador\Desktop\Lógica\logo-branco.png">
<p class="copyright">© Copyright Barbearia Alura - 2019</p>
</footer>
</body>
</html>
style.css
#banner {
width:100%;
}
.principal{
background: #CCCCCC;
padding: 30px;
}
.titulo-principal {
padding-left: 20px;
}
.titulo-centralizado {
text-align: center
}
p {
text-align: center;
}
#missao {
font-size: 20px
}
em strong {
color: #FF0000;
}
.itens {
font-style: italic
}
.beneficios {
background: #FFFFFF;
padding: 20px;
}
ul {
display: inline-block;
vertical-align: top;
width: 20%;
margin-right: 15%;
}
.imagembeneficios {
width: 50%;
}