//Html
<nav>
<a href="index.html">Home</a>
<a href="productos.html">Productos</a>
<a href="">Contactos</a>
</nav>
</header>
//CSS header{ background-color: #BBBBBB; }
nav a{ text-transform: uppercase; color: black; font-weight: bold; text-decoration: none; margin: 5px; font-size: 22px; }