From 154700b6a73b25deb401100f0db63887ac6f5a4f Mon Sep 17 00:00:00 2001 From: Romeo Date: Fri, 8 May 2026 18:00:10 -0300 Subject: [PATCH] cambio de color en header --- estilo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/estilo.css b/estilo.css index 01d2854..3679249 100644 --- a/estilo.css +++ b/estilo.css @@ -6,7 +6,7 @@ body { } header { - background-color: #2c3e50; + background-color: #4f1717; color: white; padding: 20px; text-align: center;