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

+ +
- +