Se agrega seccion de evento
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user