-
Notifications
You must be signed in to change notification settings - Fork 0
/
Game.txt
53 lines (45 loc) · 958 Bytes
/
Game.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.buttons {
padding: 15px 25px;
font-size: 24px;
text-align: center;
cursor: pointer;
outline: none;
color: #fff;
background-color: #4CAF50;
border: none;
border-radius: 15px;
box-shadow: 0 9px #999;
}
.buttons:hover {background-color: #3e8e41}
.button:active {
background-color: #3e8e41;
box-shadow: 0 5px #666;
transform: translateY(4px);
}
#Reset{
position: absolute;
width: 100px;
top: 100px;
left:-130px;
height: 100px;
border-radius: 5px;
background-color: red;
border:2px solid black;
text-align: center;
font-family:"Comic Sans MS", cursive, sans-serif;
font-size: 15px;
color: white;
}
#Readme{
position: absolute;
width: 100px;
top: 250px;
left:-130px;
height: 100px;
border-radius: 5px;
background-color: red;
border:2px solid black;
text-align: center;
font-family:"Comic Sans MS", cursive, sans-serif;
font-size: 15px;
color: white;