From f2491f0c0362c4dc055d8a75995c363e0a140f79 Mon Sep 17 00:00:00 2001 From: Kunal-Shahi Date: Sat, 30 Jan 2021 12:15:22 +0530 Subject: [PATCH 1/2] Kunal 507 --- index.html | 102 ++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 93 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index f5b3c84..48d25cc 100644 --- a/index.html +++ b/index.html @@ -10,18 +10,29 @@

The Great

rgb(xxx,xxx,xxx)

Guessing Game

+
The number of tries:
+
+
+
+
+
From c24a6fbe3de0788db056ff8c929a522f87c740ed Mon Sep 17 00:00:00 2001 From: Kunal-Shahi Date: Tue, 2 Feb 2021 10:57:54 +0530 Subject: [PATCH 2/2] Kunal 507 --- index.css | 5 ++ index.html | 147 +++++++++++++---------------------------------------- 2 files changed, 41 insertions(+), 111 deletions(-) diff --git a/index.css b/index.css index 373135f..c27f035 100644 --- a/index.css +++ b/index.css @@ -25,3 +25,8 @@ width: 200px; background-color: aliceblue; } +#button{ + background-color: green; + height:10vh; + +} diff --git a/index.html b/index.html index 48d25cc..9d62375 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@

The Great

rgb(xxx,xxx,xxx)

Guessing Game

-
The number of tries:
+
The number of tries:
0
@@ -22,130 +22,55 @@

Guessing Game

+ + + - - + } + button.addEventListener("click",function(){ + c=0; + document.getElementById("c").innerHTML = 0; + newGame();}); + + +