From f52dd53a4958b6b92effdc6ad7e59a8db628a553 Mon Sep 17 00:00:00 2001 From: maximo hidalgo <47135001@gmail.com> Date: Thu, 23 Apr 2026 22:47:40 -0300 Subject: [PATCH 1/3] Agrega gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4e4c2b1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +claves.py \ No newline at end of file -- 2.49.1 From 57c5c9ccded768502f024b79a62726b409ec73cd Mon Sep 17 00:00:00 2001 From: maximo hidalgo <47135001@gmail.com> Date: Thu, 23 Apr 2026 22:54:40 -0300 Subject: [PATCH 2/3] Modificado de listas --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 6de662b..a318701 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,6 @@ @@ -27,13 +26,14 @@
  • Pizza
  • Asado
  • Empanadas
  • +
  • Supremas
  • Pasatiempos favoritos

    -- 2.49.1 From 9042bc0ad61d8fd2051df44a147545d57797e31e Mon Sep 17 00:00:00 2001 From: maximo hidalgo <47135001@gmail.com> Date: Thu, 23 Apr 2026 22:56:29 -0300 Subject: [PATCH 3/3] Modificado del css --- estilo.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/estilo.css b/estilo.css index 01d2854..3ddeece 100644 --- a/estilo.css +++ b/estilo.css @@ -2,7 +2,7 @@ body { font-family: Arial, sans-serif; margin: 0; background-color: #f4f6f8; - color: #333; + color: #241414; } header { @@ -21,7 +21,7 @@ header { } .card { - background-color: white; + background-color: rgb(196, 174, 174); border-radius: 10px; padding: 20px; width: 300px; @@ -30,7 +30,7 @@ header { h2 { margin-top: 0; - color: #2c3e50; + color: #5f0606; } ul { -- 2.49.1