From 9c980eeaa47ae8527c037f6727406545e51c9530 Mon Sep 17 00:00:00 2001 From: Zizu Date: Fri, 8 Jan 2021 16:51:50 -0500 Subject: [PATCH 1/2] Nuevos features --- index.html | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index e5bcebc..05cb426 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,16 @@ -

Este es un sitio web con Github Pages

-

Y fue creado con amor para el Curso de Git y Github de Platzi

-

+ + + + + + + + Pagina con amor para gitHub + + +

Este es un sitio web con Github Pages

+

Y fue creado con amor para el Curso de Git y Github de Platzi

+

niƱo bailando

+ + + From 79b85dbdedbb9a385384ee4bafb386fdcb625b22 Mon Sep 17 00:00:00 2001 From: Zizu Date: Fri, 8 Jan 2021 16:54:14 -0500 Subject: [PATCH 2/2] =?UTF-8?q?Ahora=20s=C3=AD,=20nuevos=20features?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 styles.css diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..73d50fd --- /dev/null +++ b/styles.css @@ -0,0 +1,21 @@ +*{ + padding: 0; + margin: 0; +} + +body{ + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + font-family: 'Courier New', Courier, monospace; +} + +h1{ + color: navy; + margin-bottom: 30px; +} + +p{ + margin-bottom: 5px; +} \ No newline at end of file