From d2efcacfb99f4084fa05b4d8667918bc1399741a Mon Sep 17 00:00:00 2001
From: Nisha
Date: Tue, 3 Mar 2026 11:32:25 -0500
Subject: [PATCH] 16 bugs found and fixed
---
.vscode/settings.json | 3 +
index.css | 1 +
index.html | 13 ++++-
index.js | 129 +++++++++++++++++++++++++++---------------
4 files changed, 99 insertions(+), 47 deletions(-)
create mode 100644 .vscode/settings.json
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..6c3a219
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "workbench.editor.enablePreview": false
+}
diff --git a/index.css b/index.css
index 3024e63..f49663f 100644
--- a/index.css
+++ b/index.css
@@ -1,6 +1,7 @@
main {
display: flex;
justify-content: center;
+ /* flex-direction column makes items stack vertically */
flex-direction: column;
align-items: center;
margin: auto;
diff --git a/index.html b/index.html
index af638da..1a53b6b 100644
--- a/index.html
+++ b/index.html
@@ -1,9 +1,11 @@
-
+
+
+
Number Guesser
@@ -15,7 +17,9 @@ Guessing Game
less?
+
+
@@ -29,9 +33,16 @@
Guessing Game
Congratulations, You guessed correctly!
Would you like to play again?
+
+ Error - Value less than minimum value NOT allowed. Try again.
+
+
+ Error - Value greater than maximum value NOT allowed. Try again.
+
+