+
Potencia 2
tus habilidades
Uniendote al comité podrás desarrollar tus habilidades
@@ -21,14 +19,14 @@ import "./cssUnete/Unete.css"
tus habilidades
Uniendote al comité podrás desarrollar tus habilidades
-
+
Potencia 4
tus habilidades
Uniendote al comité podrás desarrollar tus habilidades
diff --git a/src/components/cssFooter/footer.css b/src/components/cssFooter/footer.css
index 211f4e6..559f36d 100644
--- a/src/components/cssFooter/footer.css
+++ b/src/components/cssFooter/footer.css
@@ -11,7 +11,11 @@
border-radius: 1.5em;
margin: auto;
}
-
+.separacion
+{
+ padding-top: 5rem;
+ padding-bottom: 4rem;
+}
a{
text-decoration: underline;
}
diff --git a/src/components/cssUnete/Unete.css b/src/components/cssUnete/Unete.css
index b553232..cea7dbb 100644
--- a/src/components/cssUnete/Unete.css
+++ b/src/components/cssUnete/Unete.css
@@ -6,29 +6,12 @@
height: auto;
width: auto;
}
-
-.titulo {
- color: #035B98;
- font-size: 90px;
- font-family: "Cousine", monospace;
- line-height: 1;
- text-align: right;
- padding-top: 4rem;
- padding-bottom: 1rem;
- padding-right: 1rem;
-
-}
-.underline
-{
- margin-right: 2rem;
- width: 150px;
- float: right;
- border: 10px solid #035B98;
-}
.beneficios
{
- display: grid;
- grid-template-columns: repeat(2, 1fr);
+ display: flex;
+ flex-direction: row;
+ justify-content: center;
+ flex-wrap: wrap;
padding-top: 30px;
}
.alterno
@@ -37,9 +20,8 @@
}
.list {
padding: 3rem;
- width: 370px;
+ width: 400px;
height: auto;
- padding-left:35%;
}
.sub
{
@@ -71,7 +53,7 @@
{
display: flex;
padding-top: 5rem;
- padding-bottom: 5rem;
+ padding-bottom: 1rem;
justify-content: center;
gap: 9rem;
}
@@ -97,32 +79,9 @@
@media screen and (max-width:800px)
{
- .titulo
- {
- text-align: left;
- }
- .underline
- {
- float: left;
- position: relative;
- left: 5%;
- }
- .beneficios
- {
- display: flex;
- flex-direction: column;
- }
- .list
- {
- position: relative;
- left: -50%;
- padding: 0rem;
- padding-top: 4rem;
- }
.botones
{
position:relative;
- left: 13%;
gap: 2rem;
}
}
diff --git a/src/pages/index.astro b/src/pages/index.astro
index c35645d..996932d 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -9,13 +9,25 @@ import "../components/cssInicio/navInicio.css";
import "../components/cssInicio/contenedorBienvenida.css";
import Footer from "../components/Footer.astro";
import Inicio from "../components/Inicio.astro";
+import Titulos from "../components/Titulos.astro";
---
-
-
+
+
+
+
+
+
-