Skip to content

Commit 8a13d75

Browse files
committed
fix the exit button andother improvements
1 parent 9e4fed5 commit 8a13d75

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
</head>
3333
<body>
3434
<div>
35-
<a href="https://github.com/viditvarshney/Reaction-Timer-"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
35+
<a href="https://github.com/viditvarshney/Reaction-Timer.github.io"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
3636
<h1>Test Your Reactions!</h1>
3737
<h2>Click On The Boxes And Circles As Quickly As You Can! </h2>
3838
<h3>Your best time and the current time is displayed before</h3>
39-
<a id="play_game" href="/main.html">Play Game!</a>
39+
<a id="play_game" href="main.html">Play Game!</a>
4040
</div>
4141

4242
</body>

main.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<body>
1515

16-
<a href="https://github.com/viditvarshney/Reaction-Timer-"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
16+
<a href="https://github.com/viditvarshney/Reaction-Timer.github.io"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
1717

1818
<p class="bold">
1919
Your Time: <span id="timeTaken" style="color: green;"></span>
@@ -22,7 +22,7 @@
2222
</p>
2323
<div>
2424
<button id="rules">Tip</button>
25-
<a href="/index.html"><button id="exit">Exit</button></a>
25+
<a href="index.html"><button id="exit">Exit</button></a>
2626
</div>
2727

2828
<div id="shape"></div>

style.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
#shape {
22

3-
width:200px;
4-
height:200px;
5-
background-color: green;
6-
border: 1px solid blue;
7-
display: none;
8-
position: relative;
3+
width:200px;
4+
height:200px;
5+
background-color: green;
6+
border: 1px solid blue;
7+
display: none;
8+
position: relative;
99
}
1010
.bold {
11-
font-weight: bold;
12-
color:red;
11+
font-weight: bold;
12+
color:red;
1313
}
1414
button {
1515
text-align: center;
1616
width: 150px;
17-
margin-left: 800px;
1817
border-radius: 10px;
18+
border:none;
1919
}

0 commit comments

Comments
 (0)