From 32311080440e4f104cbe47400fcf1120d40e95d7 Mon Sep 17 00:00:00 2001 From: Debbi Date: Thu, 7 Jun 2018 11:10:42 -0500 Subject: [PATCH 1/3] Cambiando color de background en main.css --- css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/main.css b/css/main.css index 7dd6831..957a1c9 100755 --- a/css/main.css +++ b/css/main.css @@ -22,7 +22,7 @@ } .answer:hover { - background: pink; + background: red; } .answer { @@ -51,6 +51,6 @@ } body { - background-color: #DD0506; + background-color: pink; color: white; } From 19572b8149e1deb5a475681987dbaa484afec58c Mon Sep 17 00:00:00 2001 From: Debbi Date: Thu, 7 Jun 2018 11:28:49 -0500 Subject: [PATCH 2/3] cambiando color de fuente del body en main.css --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 957a1c9..7182516 100755 --- a/css/main.css +++ b/css/main.css @@ -52,5 +52,5 @@ body { background-color: pink; - color: white; + color:skyblue; } From b28e057fd0732a3617a8ea2ece404f6490a097e0 Mon Sep 17 00:00:00 2001 From: Debbi Date: Fri, 8 Jun 2018 13:57:55 -0500 Subject: [PATCH 3/3] =?UTF-8?q?Agregando=20comentario=20en=20la=20l=C3=ADn?= =?UTF-8?q?ea=201=20de=20main.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/main.js b/js/main.js index d476476..4a3d2a6 100755 --- a/js/main.js +++ b/js/main.js @@ -1,3 +1,4 @@ +//Hola, este es un comentario $(document).ready(function() { // Create a function that creates the start button and initial screen