From ff2065c5a455662505173af868a1177f99bc043f Mon Sep 17 00:00:00 2001 From: ndev Date: Thu, 30 Jul 2020 11:57:18 +0200 Subject: [PATCH 1/3] modificacion_1 --- styles/normalize.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/normalize.css b/styles/normalize.css index 81c6f31..70ef0df 100644 --- a/styles/normalize.css +++ b/styles/normalize.css @@ -160,7 +160,7 @@ small { sub, sup { - font-size: 75%; + font-size: 85%; line-height: 0; position: relative; vertical-align: baseline; From 45931bb1bf87ee90404717ffaf2855f6d411846b Mon Sep 17 00:00:00 2001 From: ndev Date: Thu, 30 Jul 2020 12:08:15 +0200 Subject: [PATCH 2/3] modificaciones_2 --- styles/normalize.css | 2 +- styles/styles.css | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/styles/normalize.css b/styles/normalize.css index 70ef0df..8fac4e9 100644 --- a/styles/normalize.css +++ b/styles/normalize.css @@ -379,7 +379,7 @@ input[type="search"]::-webkit-search-decoration { fieldset { border: 1px solid #c0c0c0; margin: 0 2px; - padding: 0.35em 0.625em 0.75em; + padding: 0.45em 0.625em 0.75em; } /** diff --git a/styles/styles.css b/styles/styles.css index 74ec992..e3dd6a3 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -189,17 +189,11 @@ footer ul li a:hover{ text-decoration: underline; } -.logo{ - padding: 10px; - position: absolute; - top: 10px; - left: 10px; -} .git-logo, .github-logo{ display: inline-block; vertical-align: middle; - width: 40%; + width: 20%; } .imagen{ From 46bb3b0e0dcec15fd752035c6bdba60d3a9c1315 Mon Sep 17 00:00:00 2001 From: ndev Date: Thu, 30 Jul 2020 12:21:26 +0200 Subject: [PATCH 3/3] prueba:solucion error --- styles/styles.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/styles/styles.css b/styles/styles.css index e3dd6a3..deec7cc 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -18,8 +18,8 @@ h1,h2,h3,h4,h5,h6{ .content h1{ font-family: 'Kaushan Script', cursive; color: #D74942; - font-size: 50px; - text-shadow: 4px 4px 5px rgba(0,0,0,0.5); + font-size: 100px; + text-shadow: 10px 4px 5px rgba(0,0,0,0.5); } .content{ @@ -39,9 +39,9 @@ h1,h2,h3,h4,h5,h6{ } .content .icon{ - animation: float 1.5s ease-out infinite; + animation: float 0.5s ease-out infinite; color: white; - font-size: 80px; + font-size: 60px; } .info{ @@ -59,7 +59,7 @@ h1,h2,h3,h4,h5,h6{ .info-3{ background-color: #B6B6B6; color: white; - padding: 24px; + padding: 44px; } .info-3 .block { @@ -82,7 +82,7 @@ h1,h2,h3,h4,h5,h6{ justify-content: center; } .lista ul li a{ - color: white; + color: green; } .info a { color: white;