From 8847772ac420137330552829bc9e7bf7c180c367 Mon Sep 17 00:00:00 2001 From: Francesco Santamaria Date: Sat, 22 Sep 2018 19:18:53 -0400 Subject: [PATCH 1/2] Commits Se ha modificado el titulo del cadif1.html a como se muestra en la empresa. --- cadif1.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cadif1.html b/cadif1.html index aba0a86..96879f3 100644 --- a/cadif1.html +++ b/cadif1.html @@ -6,7 +6,7 @@ - Cafif1 + CADIF1 From 6ec0235d8cf100e98d19fe52ad4c561c693e7b41 Mon Sep 17 00:00:00 2001 From: Francesco Santamaria Date: Sat, 22 Sep 2018 19:33:02 -0400 Subject: [PATCH 2/2] =?UTF-8?q?CommitsN=C2=BA2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Se modifico el cadif1.css en lo siguiente: El nav ul , se coloco 9px a la derecha , para asi mejorar en el explorador la vision de lista desordenada de la barra de navegacion. --- css/cadif1.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/cadif1.css b/css/cadif1.css index 03f1a12..85614ed 100644 --- a/css/cadif1.css +++ b/css/cadif1.css @@ -4,12 +4,12 @@ nav a{ border-radius: 3px !important; } nav a:hover{ - background: orange !important; + background: orange !important; } nav ul{ position: absolute; bottom: 20px; - right: 0; + right: 9px; } nav{ @@ -35,7 +35,7 @@ nav img{ height: 250px; } #servicios article:hover{ - background: orange; + background: orange; } main{ margin-top: 100px;