-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
63 lines (51 loc) · 797 Bytes
/
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
body {
font-family: Helvetica;
font-weight: lighter;
letter-spacing: 1px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
a:link, a:visited {
color: blue;
text-decoration: none;
}
a:hover, a:active {
color: lightblue;
text-decoration: none;
}
#background {
background-color: white;
background-image: url();
background-size: cover;
background-position: center 0px;
position: fixed;
width: 100%;
height: 100%;
z-index: -1;
}
#wrapper {
background-color: rgba(255, 255, 255, 0);
margin-top: 60px;
color: white;
}
#loading {
color: black;
font-size: 5vw;
}
#location {
font-size: 5vw;
}
#icon {
}
#temperature {
font-size: 2vw;
}
#unit {
font-size: 2vw;
}
#humidity {
font-size: 2vw;
}
#description {
font-size: 2vw;
}