-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
79 lines (72 loc) · 1.16 KB
/
style.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
75
76
77
78
79
.app {
max-width: 520px;
border-radius: 10px;
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.2);
margin: 20px auto;
padding: 30px;
background-image: linear-gradient(to top, #9fd1e8 0%, #f6faff 100%);
}
h1 {
display: inline-block;
font-family: "Raleway", sans-serif;
color: #1a1111;
}
#place {
display: inline-block;
font-size: 26px;
font-family: "Raleway", sans-serif;
color: #1a1111;
font-weight: 600;
}
ul {
list-style-type: none;
padding-left: 0;
}
body {
font-family: "Roboto", sans-serif;
color: white;
}
.celsius_fahrenheit {
float: right;
position: relative;
right: 20px;
top: 10px;
}
.fa-sun,
.fa-cloud-sun,
.fa-cloud-sun-rain {
font-size: 70px;
}
#currentTemperature {
font-size: 25px;
}
li {
text-transform: capitalize;
}
form {
margin: 20px auto 10px auto;
}
#tomorrow {
font-weight: 600;
}
#dayAfterTomorrow {
font-weight: 600;
}
#twoDaysAfterTomorrow {
font-weight: 600;
}
#iconCurrentWeather {
position: relative;
left: +40px;
top: +20px;
width: 90px;
}
#musicDrizzle,
#musicRain,
#musicAtmosphere,
#musicClear,
#musicThunderstorm,
#musicSnow,
#musicClouds {
display: none;
}