Contacto, FAQ, Nosotros

This commit is contained in:
2020-05-19 15:20:42 -04:00
parent c5a45a1ede
commit 3133a7d584
18 changed files with 275 additions and 6 deletions

View File

@ -0,0 +1,11 @@
#faq {
background-color: #5d5d5d;
color: white;
padding-top: 3rem;
padding-bottom: 4rem;
.header, .title, .content {
color: inherit;
}
}

View File

@ -0,0 +1,11 @@
#nosotros {
background-color: #5d5d5d;
color: white;
padding-top: 3rem;
padding-bottom: 4rem;
.header {
color: inherit;
}
}