From 29bba1dbc81da2f33142efe6f18ebfb5f852df99 Mon Sep 17 00:00:00 2001 From: Nicolas Murua Date: Thu, 23 Apr 2026 22:14:45 -0300 Subject: [PATCH] Se cambio color de card --- estilo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/estilo.css b/estilo.css index 01d2854..d2ab688 100644 --- a/estilo.css +++ b/estilo.css @@ -21,7 +21,7 @@ header { } .card { - background-color: white; + background-color: red; border-radius: 10px; padding: 20px; width: 300px;