From b42dc335b4bf2d95415660a27d5d08db075e07fe Mon Sep 17 00:00:00 2001 From: adrien Date: Fri, 26 Apr 2024 22:26:51 +0200 Subject: [PATCH] =?UTF-8?q?titre=20centr=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 19 ++++++++++++------- script.js | 2 +- style.css | 2 +- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 86c5e76..723c220 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@

LOTUS

-
+
Trouvez des mot comprenant entre @@ -53,23 +53,28 @@
- -
+ +
+
+ +
diff --git a/script.js b/script.js index e9f8a52..0ff53cf 100644 --- a/script.js +++ b/script.js @@ -13,7 +13,7 @@ optionsButton.onclick = function(event) { optionsDialog.showModal(); } -confirmOptionsButton.onclick = function(event) { +optionsForm.onsubmit = function(event) { if (optionsForm.checkValidity()) { volumeOn = volumeCheckbox.checked minLettres = Math.min(minLettresInput.value, maxLettresInput.value) diff --git a/style.css b/style.css index 89c4679..d0007b0 100644 --- a/style.css +++ b/style.css @@ -13,7 +13,7 @@ h1 { h1 img, h2 img { - background-color: var(--pico-h1-color); + background-color: currentColor; border-radius: 100%; background-origin: content-box; padding: 0;