<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>PRODUCTOS - Barberia Alura</title>
<link rel="stylesheet" href="./Productos/reset.css">
<link rel="stylesheet" href="./Productos.css">
</head>
<body>
<header>
<div class="caja">
<h1><img src="./Productos/imagenes/logo.png"></h1>
<nav>
<ul>
<li><a href="./Barberia Alura/index.html">Home</a></li>
<li><a href="./Productos.html">Productos</a></li>
<li><a href="Contacto.html">Contactos</a></li>
</ul>
</nav>
</div>
</header>
</body>
</html>
background-color: #BBBBBB;
padding: 20px 0;
}
.caja{
width: 940px;
position: relative;
margin: 0 auto;
}
nav{
position: absolute;
top: 110px;
right: 0;
}
nav li{
display: inline;
margin: 0 0 0 15px;
}
nav a{
text-transform: uppercase;
color: #000000;
font-weight: bold;
font-size: 22px;
text-decoration: none;
}