Nota: aunque tengo mucho tiempo aqui soy muy novato en esto de css
No me maten
Código PHP:
body {
margin: 0px;
padding: 0px;
}
#contenedor {
width: 100%;
}
#cabecera {
background-color: black;
}
div.enlacescabecera {
position: absolute;
right: 2ex;
top: 2.25em;
}
div.enlacescabecera a {
text-decoration: none;
font-weight: bold;
}
Código HTML:
<div id="cabecera"> <h1 class="titulocabezera"> <a href="./index.html" title="Ferrer Lantigua Website" lang="es">Ferrer Lantigua <span>Website</span></a></h1> <div class="enlacescabecera"> <a href="./index.html">Portada</a> | <a href="./quiensoy.html">Quien soy </a> | <a href="./portafolio">Portafolio</a> | <a href="./contacto.html">Contacto</a></div> </div>