From ecedc2f5b5ffd87e1350443f6010e9a7d55fb613 Mon Sep 17 00:00:00 2001 From: Romeo Date: Fri, 8 May 2026 17:52:16 -0300 Subject: [PATCH 1/3] archivo .gitignore agregado --- .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 ec56cfc6397552298248cde05a5fa3d869c16a66 Mon Sep 17 00:00:00 2001 From: Romeo Date: Fri, 8 May 2026 17:57:50 -0300 Subject: [PATCH 2/3] modificacion en las listas --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 6de662b..f91d297 100644 --- a/index.html +++ b/index.html @@ -17,14 +17,13 @@

Comidas favoritas

    -
  • Pizza
  • +
  • Sushi
  • Asado
  • Empanadas
@@ -36,6 +35,7 @@
  • Leer
  • Programar
  • Escuchar música
  • +
  • Fotografia
  • -- 2.49.1 From 154700b6a73b25deb401100f0db63887ac6f5a4f Mon Sep 17 00:00:00 2001 From: Romeo Date: Fri, 8 May 2026 18:00:10 -0300 Subject: [PATCH 3/3] cambio de color en header --- estilo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/estilo.css b/estilo.css index 01d2854..3679249 100644 --- a/estilo.css +++ b/estilo.css @@ -6,7 +6,7 @@ body { } header { - background-color: #2c3e50; + background-color: #4f1717; color: white; padding: 20px; text-align: center; -- 2.49.1