From 5f568213bfc6649da1f1f31609885d7f2bb04c9e Mon Sep 17 00:00:00 2001 From: jowiealegre Date: Thu, 21 Nov 2019 16:32:50 -0300 Subject: [PATCH 1/4] centre los parrafos de texto,cambiamos fuente,del mismo y de la lista --- index.html | 1 + styles.css | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/index.html b/index.html index e2100c0..af8a097 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,7 @@ ¡Hola! + diff --git a/styles.css b/styles.css index e69de29..12c25c8 100644 --- a/styles.css +++ b/styles.css @@ -0,0 +1,14 @@ +.parrafo { + color:black; + font-size: 20px; + font-family: 'Patrick Hand', cursive; + display: flex; + justify-content: center +} +.lista { + border: 100px; + color: red + font-family: 'Patrick Hand', cursive; + + +} From 58a9c7aa2a2b64f8087322e7d2420f6818b12600 Mon Sep 17 00:00:00 2001 From: jowiealegre Date: Mon, 25 Nov 2019 15:35:37 -0300 Subject: [PATCH 2/4] actualize unos espacios en css --- styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 12c25c8..c2ff6bb 100644 --- a/styles.css +++ b/styles.css @@ -5,10 +5,9 @@ display: flex; justify-content: center } + .lista { border: 100px; color: red font-family: 'Patrick Hand', cursive; - - } From 0a5dd3d208449f9e8f653e332c2b37d19c631248 Mon Sep 17 00:00:00 2001 From: jowiealegre Date: Mon, 25 Nov 2019 15:44:43 -0300 Subject: [PATCH 3/4] me ubique apartir del renglon 16 --- styles.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/styles.css b/styles.css index c2ff6bb..2f70d8b 100644 --- a/styles.css +++ b/styles.css @@ -1,3 +1,16 @@ + + + + + + + + + + + + + .parrafo { color:black; font-size: 20px; From 21eea28c209c4ac17b87269ba13d9128c4aed696 Mon Sep 17 00:00:00 2001 From: jowiealegre Date: Mon, 25 Nov 2019 15:47:25 -0300 Subject: [PATCH 4/4] volvi atras --- styles.css | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/styles.css b/styles.css index 2f70d8b..c2ff6bb 100644 --- a/styles.css +++ b/styles.css @@ -1,16 +1,3 @@ - - - - - - - - - - - - - .parrafo { color:black; font-size: 20px;