From 7c278ef461a946d017d44900c64822bd92c3dad8 Mon Sep 17 00:00:00 2001 From: Ariana Rango <44918407@terciariourquiza.edu.ar> Date: Mon, 27 Apr 2026 20:51:25 -0300 Subject: [PATCH 1/2] Agrega archivo .gitignore --- .gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 -- 2.49.1 From f3f48d76ea9c614f3cba5b18c70a3879f0a174b8 Mon Sep 17 00:00:00 2001 From: Ariana Rango <44918407@terciariourquiza.edu.ar> Date: Mon, 27 Apr 2026 21:06:09 -0300 Subject: [PATCH 2/2] Actividad finalizada: cambios en listas y estilos --- estilo.css | 4 ++-- index.html | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/estilo.css b/estilo.css index 01d2854..fcf7efc 100644 --- a/estilo.css +++ b/estilo.css @@ -6,7 +6,7 @@ body { } header { - background-color: #2c3e50; + background-color: #27ae60; color: white; padding: 20px; text-align: center; @@ -30,7 +30,7 @@ header { h2 { margin-top: 0; - color: #2c3e50; + color: #27ae60; } ul { diff --git a/index.html b/index.html index 6de662b..1e71a3a 100644 --- a/index.html +++ b/index.html @@ -17,16 +17,15 @@

Comidas favoritas

@@ -36,7 +35,7 @@
  • Leer
  • Programar
  • Escuchar música
  • - +
  • dormir
  • -- 2.49.1