Se agrega seccion de evento

This commit is contained in:
2020-04-28 23:52:56 -04:00
parent a878d6bc77
commit 2a34fa368e
97 changed files with 275 additions and 67 deletions

View File

@ -1,5 +1,5 @@
#banner {
background-color: grey;
background-color: rgb(0, 0, 0, 0.6);
background-blend-mode: multiply;
background-position: center;
background-repeat: no-repeat;
@ -31,7 +31,7 @@
}
#nosotros {
background-color: #f0f0f0;
background-color: #e6e7e8;
padding-top: 3rem;
padding-bottom: 3rem;
}
@ -64,7 +64,7 @@
}
#testimonios {
background-color: grey;
background-color: rgb(0, 0, 0, 0.6);
background-position: center;
background-repeat: no-repeat;
background-size: 1920px auto;
@ -79,7 +79,7 @@
}
#eventos {
background-color: #f0f0f0;
background-color: #e6e7e8;
padding-top: 3rem;
padding-bottom: 5rem;
}