diff --git a/app.js b/app.js index 50b4983..24beff2 100644 --- a/app.js +++ b/app.js @@ -1,7 +1,7 @@ let numeroSecreto = 0; let Intentos = 0; let numerosSorteados = []; -let numeroMaximo = 100; +let numeroMaximo = 50; function asignarTextoElemento(elemento, texto) { let elementoHTML = document.querySelector(elemento); diff --git a/index.html b/index.html index 35c3eca..81a8593 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@

- +
diff --git a/style.css b/style.css index ac1a45b..f42d8fc 100644 --- a/style.css +++ b/style.css @@ -13,6 +13,9 @@ body { justify-content: center; } +p { + display: block; +} body::before { background-image: url("img/code.png");