File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 32
32
</ head >
33
33
< body >
34
34
< 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 >
36
36
< h1 > Test Your Reactions!</ h1 >
37
37
< h2 > Click On The Boxes And Circles As Quickly As You Can! </ h2 >
38
38
< 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 >
40
40
</ div >
41
41
42
42
</ body >
Original file line number Diff line number Diff line change 13
13
14
14
< body >
15
15
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 >
17
17
18
18
< p class ="bold ">
19
19
Your Time: < span id ="timeTaken " style ="color: green; "> </ span >
22
22
</ p >
23
23
< div >
24
24
< 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 >
26
26
</ div >
27
27
28
28
< div id ="shape "> </ div >
Original file line number Diff line number Diff line change 1
1
# shape {
2
2
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;
9
9
}
10
10
.bold {
11
- font-weight : bold;
12
- color : red;
11
+ font-weight : bold;
12
+ color : red;
13
13
}
14
14
button {
15
15
text-align : center;
16
16
width : 150px ;
17
- margin-left : 800px ;
18
17
border-radius : 10px ;
18
+ border : none;
19
19
}
You can’t perform that action at this time.
0 commit comments