From 2e1e2a4d3e7554dafc0a2096e37292b0a045e4af Mon Sep 17 00:00:00 2001 From: wiLson Date: Thu, 23 Apr 2026 23:17:41 -0300 Subject: [PATCH] Agregados cambios css --- estilo.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/estilo.css b/estilo.css index 01d2854..92df12f 100644 --- a/estilo.css +++ b/estilo.css @@ -6,7 +6,7 @@ body { } header { - background-color: #2c3e50; + background-color: red; 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