From a0f4b72771b267f1fd4020f82836f8dd8db21723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Blas=20Alarc=C3=B3n?= <47840816@terciariourquiza.edu.ar> Date: Thu, 23 Apr 2026 22:59:35 -0300 Subject: [PATCH 1/3] agrego el gitignore --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2855fd9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Python +__pycache__/ +*.pyc +*.pyo + +# Entorno virtual de Python +venv/ +.venv/ +env/ + +# Variables de entorno y configuración sensible +.env + +# Sistemas operativos +.DS_Store # macOS +Thumbs.db # Windows + +# Node.js (por si se utiliza npm en algún momento) +node_modules/ \ No newline at end of file -- 2.49.1 From 0ebffd9788ed6bc01068bb7508c2b2662a682458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Blas=20Alarc=C3=B3n?= <47840816@terciariourquiza.edu.ar> Date: Thu, 23 Apr 2026 23:05:15 -0300 Subject: [PATCH 2/3] cambie el index --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 6de662b..d937611 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,6 @@ @@ -26,7 +25,7 @@ @@ -36,6 +35,7 @@
  • Leer
  • Programar
  • Escuchar música
  • +
  • Jugar
  • -- 2.49.1 From f31e64ac800697b42854bd624e2844769b072c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Blas=20Alarc=C3=B3n?= <47840816@terciariourquiza.edu.ar> Date: Thu, 23 Apr 2026 23:10:44 -0300 Subject: [PATCH 3/3] cambie el archivo css --- estilo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/estilo.css b/estilo.css index 01d2854..cffaf54 100644 --- a/estilo.css +++ b/estilo.css @@ -21,7 +21,7 @@ header { } .card { - background-color: white; + background-color: rgb(250, 0, 0); border-radius: 10px; padding: 20px; width: 300px; -- 2.49.1