From 38de43fc98cf82e0b15b9c05af3cfd028660ccb4 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Thu, 15 May 2025 11:18:42 +0200 Subject: [PATCH] now using .hidden everywhere to toggle visibility of elements --- public/css/style.css | 5 ----- public/index.html | 6 +++--- public/js/index.js | 10 +++++----- 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index cf2741f..e9cf803 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -59,10 +59,6 @@ h1 { height: auto; } -#progress-container { - display: none; -} - #progress-container div { display: flex; width: 100%; @@ -76,7 +72,6 @@ h1 { } .results-container { - display: none; justify-items: center; } diff --git a/public/index.html b/public/index.html index e15336c..c5f33fb 100644 --- a/public/index.html +++ b/public/index.html @@ -61,7 +61,7 @@ -
+ -
+ -
+