From 093eee653fe662b5fa9eb281d0d834058961bb9f Mon Sep 17 00:00:00 2001 From: Luca Scarano <47073568@terciariourquiza.edu.ar> Date: Mon, 27 Apr 2026 16:49:13 -0300 Subject: [PATCH 1/3] Modifique las listas --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 6de662b..1780c35 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,6 @@ @@ -27,6 +26,7 @@
  • Pizza
  • Asado
  • Empanadas
  • +
  • Milanesas
  • @@ -35,7 +35,7 @@ -- 2.49.1 From 2ed89b1d239995bfaec7cbf0886c09b3dee43a3e Mon Sep 17 00:00:00 2001 From: Luca Scarano <47073568@terciariourquiza.edu.ar> Date: Mon, 27 Apr 2026 16:53:27 -0300 Subject: [PATCH 2/3] modifique algunos colores --- estilo.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/estilo.css b/estilo.css index 01d2854..c981748 100644 --- a/estilo.css +++ b/estilo.css @@ -6,7 +6,7 @@ body { } header { - background-color: #2c3e50; + background-color: #135004; color: white; padding: 20px; text-align: center; @@ -30,7 +30,7 @@ header { h2 { margin-top: 0; - color: #2c3e50; + color: #72075b; } ul { -- 2.49.1 From 56124a947eb263089d9737b8bc99d673aeb039af Mon Sep 17 00:00:00 2001 From: Luca Scarano <47073568@terciariourquiza.edu.ar> Date: Mon, 27 Apr 2026 17:07:32 -0300 Subject: [PATCH 3/3] =?UTF-8?q?a=C3=B1adi=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4a013fc --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +ignorar.py \ No newline at end of file -- 2.49.1