diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/game.css b/game.css index d1204ef..788af26 100644 --- a/game.css +++ b/game.css @@ -67,7 +67,13 @@ background-color: #56a5eb; width: 0%; } - +#display{ + border:2px solid black; + border-radius: 5px; + width:100%; + margin-bottom:2px; + display:block; +} /* LOADER */ #loader { border: 1.6rem solid white; diff --git a/game.html b/game.html index 2a63253..0dc11c5 100644 --- a/game.html +++ b/game.html @@ -31,7 +31,7 @@

-

+

Question

A

@@ -48,9 +48,11 @@

D

+

Correct option :

- + +