From 567d8b9be70a3c7dee2ce66d88673dba51c2cff1 Mon Sep 17 00:00:00 2001 From: Eugenio Zapata <37448644@terciariourquiza.edu.ar> Date: Thu, 23 Apr 2026 22:52:50 -0300 Subject: [PATCH] cambios en el html --- .gitignore | 0 estilo.css | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/estilo.css b/estilo.css index 01d2854..4486910 100644 --- a/estilo.css +++ b/estilo.css @@ -7,7 +7,7 @@ body { header { background-color: #2c3e50; - color: white; + color: blue; padding: 20px; text-align: center; } @@ -21,7 +21,7 @@ header { } .card { - background-color: white; + background-color: red; border-radius: 10px; padding: 20px; width: 300px;