From 29deace8113a68bfe2234fec5e61f6b05b59b2d2 Mon Sep 17 00:00:00 2001 From: Sergio Madera De Marco <37299705@terciariourquiza.edu.ar> Date: Thu, 23 Apr 2026 23:15:54 -0300 Subject: [PATCH 1/3] Agrego 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 37014186f677dacbdd6860ded60edca2525fe9a0 Mon Sep 17 00:00:00 2001 From: Sergio Madera De Marco <37299705@terciariourquiza.edu.ar> Date: Thu, 23 Apr 2026 23:23:27 -0300 Subject: [PATCH 2/3] Modificacion de listas --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 6de662b..1c57362 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@

Deportes favoritos

@@ -24,7 +24,7 @@

Comidas favoritas

@@ -36,6 +36,7 @@
  • Leer
  • Programar
  • Escuchar música
  • +
  • Cocinar
  • -- 2.49.1 From 59d3931f019a6826d67b29be93e47d472a0ad151 Mon Sep 17 00:00:00 2001 From: Sergio Madera De Marco <37299705@terciariourquiza.edu.ar> Date: Thu, 23 Apr 2026 23:26:55 -0300 Subject: [PATCH 3/3] Cambios de Colores en CSS --- .vscode/launch.json | 15 +++++++++++++++ estilo.css | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..24cd605 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // Use IntelliSense para saber los atributos posibles. + // Mantenga el puntero para ver las descripciones de los existentes atributos. + // Para más información, visite: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "chrome", + "request": "launch", + "name": "Iniciar Chrome para localhost", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + } + ] +} \ No newline at end of file diff --git a/estilo.css b/estilo.css index 01d2854..cd1cfda 100644 --- a/estilo.css +++ b/estilo.css @@ -1,12 +1,12 @@ body { font-family: Arial, sans-serif; margin: 0; - background-color: #f4f6f8; + background-color: #0c5297; color: #333; } header { - background-color: #2c3e50; + background-color: #869215; color: white; padding: 20px; text-align: center; -- 2.49.1