-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
96 lines (80 loc) · 1.37 KB
/
index.css
File metadata and controls
96 lines (80 loc) · 1.37 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
body {
background-color: #A9A9A9;
width: 100%;
height: 100%;
}
p {
font-size: 24px;
}
.top {
margin-top: 10px;
display: flex;
flex-direction: row-reverse;
}
.topcontent {
font-size: 25px;
color: #FFFFFF;
font-weight: 900;
}
#time{
margin-right: 100px;
margin-left: 100px;
margin-top: 0px
display: flex;
flex-direction: column;
}
#besttime {
margin-top: 0px;
display: flex;
flex-direction: column;
}
.welcome {
margin-top: 70px;
display: flex;
flex-direction: row;
color: #00FF00;
}
.intro {
margin-left: 50px;
color: #000000;
font-weight: 700;
font-size: 24px;
}
.gamename {
margin-left: 500px;
font-size: 40px;
color: #FF4500;
font-weight: 900;
}
.layout {
margin-top: 90px;
display: flex;
justify-content: center;
padding: 5px;
}
.value {
margin: 5px;
background-color: #000000;
color: #7CFC00;
font-size: 50px;
padding: 25px;
}
#nos{
border: 1px solid #FFFFFF;
}
#tableencloser {
color: #7CFC00;
font-size: 150px;
font-weight: 200;
}
#timevalue {
font-size: 20px;
text-align: center;
}
.clicked {
display: none;
}
#besttimevalue {
font-size: 20px;
text-align: center;
}