-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
74 lines (73 loc) · 985 Bytes
/
styles.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
72
73
74
body {
font-family: "Merienda", cursive;
text-align: center;
color: rgb(223, 223, 223);
}
h1 {
text-align: left;
}
a {
text-decoration: none;
}
.condition {
font-size: 12px;
}
.min-max {
color: gray;
font-size: 17px;
bottom: -15px;
}
.min-max-f {
color: gray;
font-size: 12px;
}
.source-code {
text-align: left;
margin-left: 10%;
}
.app {
border-radius: 30px;
}
.app {
padding: 2%;
margin-bottom: 1%;
}
.wind {
color: gray;
font-size: 10px;
bottom: -20px;
}
#con0 {
bottom: 55px;
}
#icon0 {
bottom: 20px;
}
#wind {
color: gray;
font-size: 10px;
bottom: -20px;
}
#api-adress {
font-size: 10px;
display: block;
color: rgb(229, 229, 229);
}
#github {
color: rgb(229, 229, 229);
}
#target-time {
font-size: 12px;
top: -150px;
}
.time {
font-size: 10px;
bottom: 80px;
color: gray;
}
.convert {
bottom: 57px;
}
a:hover {
text-decoration: none;
}