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 b219b82..dc20b45 100644 --- a/styles.css +++ b/styles.css @@ -1,3 +1,30 @@ +.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; +} .parrafo{ font-size: 20px; font-style: italic; @@ -15,5 +42,18 @@ font-size: 20px; font-family: Arial; width: 80px; +} +.titulo-principal { + background-color: rgb(195, 114, 206); + font-size: 80px; + font-style:oblique; + margin-bottom: 10px; + text-align: center; +} + +.titulo-secundario { + background-color: blueviolet; + font-size: 25px; + text-align: center; } \ No newline at end of file