From ff15c227b99b1f0a71277dc5657ba62bdf1d987d Mon Sep 17 00:00:00 2001 From: John Jimenez Date: Tue, 25 Oct 2022 16:32:20 -0500 Subject: [PATCH 1/2] Cambios en footer --- Blogpost.html | 3 +++ CSS/Estilo.css | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/Blogpost.html b/Blogpost.html index 34fb52e..309def7 100644 --- a/Blogpost.html +++ b/Blogpost.html @@ -16,6 +16,9 @@

Este es el Titulo

Somos muy suertudos de poder estar vivos, de cada dia despertarnos y contar una nueva historia

Nunca pares de aprender

+ diff --git a/CSS/Estilo.css b/CSS/Estilo.css index 4a0b3b3..0e7deda 100644 --- a/CSS/Estilo.css +++ b/CSS/Estilo.css @@ -36,4 +36,12 @@ body #container h1 { font-size: 20px; +} + +#footer +{ + background: #777; + color: white; + text-align: center + padding: 5em; } \ No newline at end of file From e90e6b9c6d3ece74d8604d2dec3466bbb33d276b Mon Sep 17 00:00:00 2001 From: John Jimenez Date: Tue, 25 Oct 2022 21:56:46 -0500 Subject: [PATCH 2/2] Fixxing --- CSS/Estilo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS/Estilo.css b/CSS/Estilo.css index 0e7deda..1be653a 100644 --- a/CSS/Estilo.css +++ b/CSS/Estilo.css @@ -42,6 +42,6 @@ body { background: #777; color: white; - text-align: center + text-align: center; padding: 5em; } \ No newline at end of file