Se agrega seccion de evento
This commit is contained in:
8
public/assets/styles/evento.css
Normal file
8
public/assets/styles/evento.css
Normal file
@ -0,0 +1,8 @@
|
||||
#evento {
|
||||
background-color: #e6e7e8;
|
||||
padding-top: 3.5rem;
|
||||
padding-bottom: 3.5rem;
|
||||
}
|
||||
.image {
|
||||
width: 100% !important;
|
||||
}
|
@ -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;
|
||||
}
|
||||
|
@ -33,8 +33,8 @@ footer .grid {
|
||||
margin: 0 !important;
|
||||
}
|
||||
footer .main {
|
||||
min-height: 16rem !important;
|
||||
padding-top: 3rem !important;
|
||||
min-height: 13rem !important;
|
||||
padding-top: 2rem !important;
|
||||
}
|
||||
footer a {
|
||||
color: inherit;
|
||||
|
Reference in New Issue
Block a user