From b8256e8c5f29097d65ce791f5112c66912476f6b Mon Sep 17 00:00:00 2001 From: aeatencio Date: Sun, 12 Nov 2023 21:47:45 -0300 Subject: [PATCH] Mejorar contenido y agregar estilos --- index.css | 17 +++++++++++ index.html | 84 ++++++++++++++++++++++++++++++++++-------------------- 2 files changed, 70 insertions(+), 31 deletions(-) diff --git a/index.css b/index.css index aa81693..2975b41 100644 --- a/index.css +++ b/index.css @@ -1,3 +1,20 @@ body { font-family: "Roboto", sans-serif; + min-width: 20rem; + max-width: 50rem; + margin: auto; + padding: 0 2rem; +} + +.titulo h1 { + flex-direction: column; + display: flex; + gap: 0.5rem; +} + +@media (min-width: 36rem) { + .titulo { + text-align: center; + margin-bottom: 2rem; + } } \ No newline at end of file diff --git a/index.html b/index.html index 129af12..09b8f97 100644 --- a/index.html +++ b/index.html @@ -3,21 +3,36 @@ -Tecnologías de la información (Tercer año) +Tecnologías de la información +
+

+
+ Tecnologías de la información +
+
+ 3er año +
+

+
-

Tecnologías de la información (Tercer año)

+

+ Marco institucional +

@@ -46,49 +61,56 @@

- -

- Entornos de programación educativos + Recursos pedagógicos

- Recursos pedagógicos + Entornos de programación educativos

\ No newline at end of file +
  • + Scratch +
  • + + +
    +

    + Encuesta para estudiantes +

    + +

    + Ayudanos a mejorar el dictado de la materia completando este formulario sobre intereses, inquietudes y conocimientos previos. +

    + + +
    \ No newline at end of file