From 01514129df24d2ae415d66899a78d34b3ff2801e Mon Sep 17 00:00:00 2001 From: jesus mogollon Date: Sat, 22 Sep 2018 19:09:47 -0400 Subject: [PATCH 1/3] Se quito el Class en Label Usuario y Password --- formularios.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/formularios.html b/formularios.html index b1b6701..dac0a67 100644 --- a/formularios.html +++ b/formularios.html @@ -44,13 +44,13 @@

Formulario Horizontal

- +
- +
From 43098e70d32c6afe8f7f94df3eb4fb75525e63a8 Mon Sep 17 00:00:00 2001 From: jesus mogollon Date: Sat, 22 Sep 2018 19:11:47 -0400 Subject: [PATCH 2/3] Se coloco un color de Fondo y posicione el formulario --- css/cadif1.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/css/cadif1.css b/css/cadif1.css index 03f1a12..86bafe4 100644 --- a/css/cadif1.css +++ b/css/cadif1.css @@ -44,3 +44,23 @@ main{ width: 80%; margin: auto; } + +body +{ + background: #F39C12; +} +.container +{ + width: 15%; +} + +h2 +{ + text-align: center; +} +.control-label col-sm-2 +{ + position: relative; + float: left; + left: -150px; +} \ No newline at end of file From b98d76d4fb7da90217f724a25f17f0379bc947b8 Mon Sep 17 00:00:00 2001 From: jesus mogollon Date: Sat, 22 Sep 2018 19:17:29 -0400 Subject: [PATCH 3/3] Se centro el titulo principal y se agrego un fondo azul --- css/estilo.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/estilo.css b/css/estilo.css index 3dfd13f..0e7badd 100644 --- a/css/estilo.css +++ b/css/estilo.css @@ -4,4 +4,12 @@ footer .container-fluid{ } #tab{ margin-top:4em; +} +h1 +{ + text-align: center; +} +body +{ + background: #85C1E9 ; } \ No newline at end of file