<head>
<meta charset="UTF-8">
<title>Productos - Barberia Alura</title>
<link rel="stylesheet" href="productos.css" >
</head>
<body>
<header>
<h1> <img src="imagenes/logo.png"></h1>
<nav>
<ul>
<li><a href="index.html"> Home </a></li>
<li><a href="productos.html"> Productos </a></li>
<li><a href="contacto.html"> Contacto </a></li>
</ul>
</nav>
</header>
</body>
<footer>
</footer>
header{ background-color: #bbb; }
nav li{ display: inline; margin: 0 0 0 15px; }
nav a{ text-transform: uppercase; color: #000; font-weight: bold; font-size: 22px; text-decoration: none; }