-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
120 lines (104 loc) · 1.49 KB
/
Copy pathstyles.css
File metadata and controls
120 lines (104 loc) · 1.49 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
h2,
h4 {
color: #1367c1;
font-size: 25px;
line-height: 1;
}
.weather-app {
display: block;
margin: 60px auto;
margin-bottom: 5px;
padding: 50px 50px;
border: 3px solid;
border-radius: 15px;
border-color: #0267c1;
background: radial-gradient(
821px at 85.3% 20.8%,
rgba(255, 255, 255, 0.6) 0%,
rgba(234, 236, 255, 0.6) 90%
);
max-width: 900px;
font-family: Arial, Helvetica, sans-serif;
}
.col-6 {
margin-top: 4px;
}
.form-label {
font-size: 17px;
color: #1367c1;
}
.output {
padding: 0;
margin: 0;
}
.city {
font-weight: 500;
font-size: 40px;
}
.date {
font-size: 17px;
font-weight: lighter;
}
.degree {
font-weight: 500;
font-size: 40px;
line-height: 1;
}
.units {
font-weight: 100;
font-size: 17px;
top: -32px;
}
.units a {
color: #1367c1;
}
.units a:hover {
color: #f9ca33;
}
.icon {
max-width: 500px;
}
.details {
font-size: 15px;
font-style: italic;
color: #1367c1;
text-transform: capitalize;
}
.card {
padding: 0;
margin: 0;
}
.card-title {
font-size: 15px;
font-weight: bold;
color: #1367c1;
}
.card-text {
font-size: 15px;
color: #1367c1;
}
.temp {
font-size: 28px;
}
.days {
margin-top: 50px;
margin-bottom: 30px;
margin-left: 0px;
padding-left: 0px;
padding-right: 0px;
}
.link {
display: block;
margin: 0px auto;
font-size: 12px;
margin-top: 30px;
font-style: italic;
max-width: 900px;
color: #1367c1;
}
.gh-link {
color: #1367c1;
}
.gh-link:hover {
color: #f9ca33;
}