-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
57 lines (46 loc) · 804 Bytes
/
style.css
File metadata and controls
57 lines (46 loc) · 804 Bytes
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
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Lato|Raleway');
* {
margin: 0;
padding: 0;
outline: none;
}
html {
height: 100%;
}
body {
background-color: #f2f2f2;
font-family: 'Lato', sans-serif;
font-weight: 300;
font-size: 16px;
color: #555;
-webkit-font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
margin-top: 70px;
}
h1, h2 ,h3 ,h4 ,h5 ,h6 {
font-family: 'Raleway', sans-serif;
font-weight: 500;
color: #333;
}
#icon {
width: 115px;
}
#humidityImg {
height: 113px;
}
#temperature {
font-size: 80px;
}
.temperature {
display: flex;
}
.location {
font-size: 18px;
width:100%;
width:150px;
}
.humidity {
padding: 8px;
display: flex;
}