diff --git a/css/main.css b/css/main.css index 7dd6831..7182516 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; - color: white; + background-color: pink; + color:skyblue; } 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