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 f5b3c84..9d62375 100644 --- a/index.html +++ b/index.html @@ -10,58 +10,67 @@

The Great

rgb(xxx,xxx,xxx)

Guessing Game

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