From 0b8609e907e739aeea90f22516fa870d30fa57b7 Mon Sep 17 00:00:00 2001 From: Alexis08041992 Date: Thu, 23 Apr 2026 22:57:02 -0300 Subject: [PATCH] Cambio en colores de estilo --- estilo.css | 9 ++++----- index.html | 9 ++++++--- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/estilo.css b/estilo.css index 01d2854..3b5d3d9 100644 --- a/estilo.css +++ b/estilo.css @@ -2,11 +2,11 @@ body { font-family: Arial, sans-serif; margin: 0; background-color: #f4f6f8; - color: #333; + color: #262526; } header { - background-color: #2c3e50; + background-color: #072240; color: white; padding: 20px; text-align: center; @@ -25,7 +25,7 @@ header { border-radius: 10px; padding: 20px; width: 300px; - box-shadow: 0 4px 8px rgba(0,0,0,0.1); + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } h2 { @@ -45,5 +45,4 @@ li { .card { width: 100%; } -} - +} \ No newline at end of file diff --git a/index.html b/index.html index 6de662b..c77f2e9 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,13 @@ + Mis Preferencias +

Mis preferencias personales

@@ -15,9 +17,9 @@

Deportes favoritos

    -
  • Fútbol
  • -
  • Básquet
  • +
  • Correr
  • Natación
  • +
  • Basqut
@@ -40,4 +42,5 @@ - + + \ No newline at end of file -- 2.49.1