-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3day_forecast.css
65 lines (56 loc) · 919 Bytes
/
3day_forecast.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
.forecast {
display: flex;
text-align: center;
padding-bottom: 5px;
}
.tomorrow {
padding-left: 10px;
}
.dayAfter {
padding-left: 10px;
}
.forcastDay img {
margin-right: 5px;
}
.forecastTitle {
font-size: 30px;
padding-bottom: 5px;
}
.forecastText {
font-size: 17px;
max-width: 130px;
height: 50px;
}
.forecastDetail {
text-align: left;
font-size: 30px;
margin-left: 5px;
margin-top: -18px;
padding-bottom: 5px;
}
.detailIcon {
margin-right: 3px;
padding-bottom: 5px;
}
.forecastIcon2 {
padding-top: 5px;
text-align: center;
}
.forecastTitle2 {
font-size: 30px;
padding-bottom: 5px;
}
.forecastText2 {
text-align: center;
font-size: 30px;
}
.detailIcon2 {
text-align: center;
padding-left: 5px;
}
.detailText2 {
text-align: left;
font-size: 30px;
padding-left: 5px;
padding-top: 5px;
}