-
Notifications
You must be signed in to change notification settings - Fork 0
/
game.css
71 lines (69 loc) · 888 Bytes
/
game.css
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
h1{
color: darkblue;
text-align: center;
font-weight: bold;
font-family: serif;
}
body {
background-color: #4158d0;
background-image: linear-gradient(
30deg,
#f7f57b 0%,
#4bc5db 377%,
#ee4949 100%
);
overflow: none;
min-height: 100vh;
font-family: "Varela Round", Nunito, Montserrat, sans-serif;
}
p{
color: darkred;
font-weight: bold;
font-family: serif;
font-size: 30px;
}
h3{
margin-top: 30px;
}
#timer{
margin-top: 50px;
text-align: center;
font-size: 30px;
color: darkred;
}
#para{
margin-top: 50px;
text-align: center;
font-size: 30px;
color: white;
}
#td1{
font-weight: bold;
}
#td1{
font-weight: bold;
}
#td2{
font-weight: bold;
}
#td3{
font-weight: bold;
}
#td4{
font-weight: bold;
}
#td5{
font-weight: bold;
}
#td6{
font-weight: bold;
}
#td7{
font-weight: bold;
}
#td8{
font-weight: bold;
}
#td9{
font-weight: bold;
}