From e1f54a773d4d19a1a38a4bbdcde39eb63b697695 Mon Sep 17 00:00:00 2001 From: CristianCruz0309 Date: Wed, 10 Jun 2026 15:36:50 -0500 Subject: [PATCH] =?UTF-8?q?Ajuste=20para=2050=20del=20n=C3=BAmero=20m?= =?UTF-8?q?=C3=A1ximo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- index.html | 2 +- style.css | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) 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");