From 1204b7f58c1afd2d499ab12776b49a57e8234c03 Mon Sep 17 00:00:00 2001 From: rilmarramos Date: Thu, 21 Nov 2019 16:31:54 -0300 Subject: [PATCH 1/4] modifique el archivo css el titulo primario y secundario --- styles.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/styles.css b/styles.css index e69de29..bf65a3f 100644 --- a/styles.css +++ b/styles.css @@ -0,0 +1,18 @@ +.titulo-principal{ + background-color: darkblue; + color: cyan; + font-style: oblique; + width: 440px; + position: relative; + left: 340px; + margin-bottom: 40px; +} +.titulo-secundario{ + background-color: brown; + color: cyan; +font-style: italic; +display: inline; +position: relative; +left: 300; + +} \ No newline at end of file From 48d7df790444403ba6b5fc832e664e1dfef58f6b Mon Sep 17 00:00:00 2001 From: Ezequiiel98 Date: Thu, 21 Nov 2019 16:33:08 -0300 Subject: [PATCH 2/4] modifique estilos de .boton .boton-secundario .boton-principal e .input --- index.html | 8 ++++---- styles.css | 27 +++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index e2100c0..c6d2548 100644 --- a/index.html +++ b/index.html @@ -30,8 +30,8 @@

¿Te interesa participar?

- - + +
@@ -40,8 +40,8 @@

¿Quieres recomendar a alguien?

- - + +
diff --git a/styles.css b/styles.css index e69de29..79451a9 100644 --- a/styles.css +++ b/styles.css @@ -0,0 +1,27 @@ +.input{ + padding: 9px; + +} +.boton{ + padding: 10px; + width: 100px; + color: #ffffff; + border: none; + cursor: pointer; + font-size: 14px; +} +.boton-principal{ + background-color: #e22323 ; +} + +.boton-secundario{ + background-color: #1565c0; +} + +.boton-principal:hover{ + background-color: #b41f1f; +} + +.boton-secundario:hover{ + background-color: #0d3e77; +} \ No newline at end of file From c26d7462aea18c09c77f61668af1deb258ea9a7a Mon Sep 17 00:00:00 2001 From: MilenaViera Date: Mon, 25 Nov 2019 14:25:09 -0300 Subject: [PATCH 3/4] modifique clases de titulo principal y secundario --- styles.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index bf65a3f..c9167aa 100644 --- a/styles.css +++ b/styles.css @@ -1,4 +1,4 @@ -.titulo-principal{ +/*.titulo-principal{ background-color: darkblue; color: cyan; font-style: oblique; @@ -15,4 +15,17 @@ display: inline; position: relative; left: 300; +} */ + +.titulo-principal{ + background-color: rgb(195, 114, 206); + font-size: 80px; + font-style: oblique; + position: relative; + margin-bottom: 10px; +} +.titulo-secundario { + background-color: blueviolet; + font-size: 25px; + position: relative; } \ No newline at end of file From 3b50a6ccb30c40ddfce336cb313b61748cc3dd13 Mon Sep 17 00:00:00 2001 From: MilenaViera Date: Mon, 25 Nov 2019 14:51:29 -0300 Subject: [PATCH 4/4] modifique los espacios y agregue text align en los titulos --- styles.css | 29 ++++++----------------------- 1 file changed, 6 insertions(+), 23 deletions(-) diff --git a/styles.css b/styles.css index c9167aa..71e42be 100644 --- a/styles.css +++ b/styles.css @@ -1,31 +1,14 @@ -/*.titulo-principal{ - background-color: darkblue; - color: cyan; - font-style: oblique; - width: 440px; - position: relative; - left: 340px; - margin-bottom: 40px; -} -.titulo-secundario{ - background-color: brown; - color: cyan; -font-style: italic; -display: inline; -position: relative; -left: 300; - -} */ - -.titulo-principal{ +.titulo-principal { background-color: rgb(195, 114, 206); font-size: 80px; - font-style: oblique; - position: relative; + font-style:oblique; margin-bottom: 10px; + text-align: center; } + + .titulo-secundario { background-color: blueviolet; font-size: 25px; - position: relative; + text-align: center; } \ No newline at end of file