From 8a13d7591ccc614427e1ca03632141e0f207dd4c Mon Sep 17 00:00:00 2001 From: Vidit Varshney Date: Thu, 9 Apr 2020 23:46:48 +0530 Subject: [PATCH] fix the exit button andother improvements --- index.html | 4 ++-- main.html | 4 ++-- style.css | 18 +++++++++--------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index 94fe5a0..bba3d2a 100644 --- a/index.html +++ b/index.html @@ -32,11 +32,11 @@
- Fork me on GitHub + Fork me on GitHub

Test Your Reactions!

Click On The Boxes And Circles As Quickly As You Can!

Your best time and the current time is displayed before

- Play Game! + Play Game!
diff --git a/main.html b/main.html index bb3a430..2ba2666 100644 --- a/main.html +++ b/main.html @@ -13,7 +13,7 @@ - Fork me on GitHub + Fork me on GitHub

Your Time: @@ -22,7 +22,7 @@

- +
diff --git a/style.css b/style.css index e6265f5..46aebc4 100644 --- a/style.css +++ b/style.css @@ -1,19 +1,19 @@ #shape { -width:200px; -height:200px; -background-color: green; -border: 1px solid blue; -display: none; -position: relative; + width:200px; + height:200px; + background-color: green; + border: 1px solid blue; + display: none; + position: relative; } .bold { -font-weight: bold; -color:red; + font-weight: bold; + color:red; } button { text-align: center; width: 150px; - margin-left: 800px; border-radius: 10px; + border:none; } \ No newline at end of file