From a7e2beb193f0f330c707ced9d5c6a66bb8dfbd5a Mon Sep 17 00:00:00 2001
From: Eugenio Zapata <37448644@terciariourquiza.edu.ar>
Date: Thu, 23 Apr 2026 22:48:35 -0300
Subject: [PATCH 1/2] Cambio colores en el archivo css
---
index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index 6de662b..9dad8b2 100644
--- a/index.html
+++ b/index.html
@@ -26,7 +26,7 @@
- Pizza
- Asado
- - Empanadas
+ - Milanesas
@@ -35,7 +35,7 @@
- Leer
- Programar
- - Escuchar música
+ - Jugas Videojuegos
--
2.49.1
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 2/2] 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;
--
2.49.1