From 1d6f570309497db2e4f2df4aeabd4a9ad666a799 Mon Sep 17 00:00:00 2001 From: Santi <38596280@terciariourquiza.edu.ar> Date: Thu, 23 Apr 2026 22:53:25 -0300 Subject: [PATCH] =?UTF-8?q?Primera=20modificacion=20y=20creaci=C3=B3n=20de?= =?UTF-8?q?=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 19 ++++++++++++++++ estilo.css | 6 ++--- index.html | 66 +++++++++++++++++++++++++++--------------------------- 3 files changed, 55 insertions(+), 36 deletions(-) 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 diff --git a/estilo.css b/estilo.css index 01d2854..8491c91 100644 --- a/estilo.css +++ b/estilo.css @@ -1,13 +1,13 @@ body { font-family: Arial, sans-serif; margin: 0; - background-color: #f4f6f8; - color: #333; + background-color: #0469ce; + color: #4117eb; } header { background-color: #2c3e50; - color: white; + color: rgb(231, 221, 22); padding: 20px; text-align: center; } diff --git a/index.html b/index.html index 6de662b..8e1d4b6 100644 --- a/index.html +++ b/index.html @@ -1,43 +1,43 @@ - + - - - + + + Mis Preferencias - - - + + +
-

Mis preferencias personales

+

Mis preferencias personales

-
-

Deportes favoritos

- -
+
+

Deportes favoritos

+ +
-
-

Comidas favoritas

- -
+
+

Comidas favoritas

+ +
-
-

Pasatiempos favoritos

- -
+
+

Pasatiempos favoritos

+ +
- +