<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="produtos.css">
<title> Produtos - Barbearia Alura</title>
</head>
<body>
<header>
<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>
</header>
</body>
</html>
header {
background: #BBBBBB;
}
nav li {
display: inline;
}