Skip to content
Snippets Groups Projects

Añadido html y css de la navegación, faltan las rutas

4 files
+ 71
0
Compare changes
  • Side-by-side
  • Inline

Files

nav {
background-color: #333;
color: white;
padding: 1em;
}
ul {
list-style: none;
padding: 0;
display: flex;
}
li {
margin-right: 20px;
}
a {
color: white;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.active {
font-weight: bold;
}
\ No newline at end of file
Loading