Permite añadir eventos a la discoteca y navegar a una página de cada evento

This commit is contained in:
2021-02-02 16:42:38 +01:00
parent af852bff37
commit 594332fd87
15 changed files with 97 additions and 31 deletions

View File

@@ -61,12 +61,11 @@
}
.eventos{
margin: 20px;
justify-content: space-between;
display:block;
}
.evento{
margin-top: 20px;
.evento:hover{
background-color: rgb(97, 97, 97);
}
.eventoHeader{
font-weight: bold;