-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
81 lines (70 loc) · 1.04 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
80
81
.main{
border: 1px solid black;
margin: auto;
width: 460px;
height: 300px;
display: flex;
box-shadow: 10px 10px 50px #888888;
margin-top: 60px;
}
.left{
float: left;
width: 230px;
height: 100%;
background: #262626;
color: white;
text-align: center;
}
.right{
float: right;
width: 230px;
height: 100%;
}
.top{
text-align: center;
font-weight: bold;
color: black;
background: #cec;
height: 50%;
}
.bottom{
background: #669999;
height: 50%;
color: white;
font-weight: bold;
}
.top .image{
padding-top: 30px;
}
.temp{
font-size: 32px;
width: 230px;
padding-top: 110px;
}
.loc{
font-size: 18px;
width: 230px;
}
body, html{
height: 100%;
}
body{
background-repeat: no-repeat;
height: 100%;
background-position: center;
padding: 0px;
margin: 0px;
background-image: url("imgs/back-min.jpg");
background-size: cover;
}
.humidity{
text-align: center;
font-size: 20px;
display: block;
padding-top: 40px;
}
.wind{
font-size: 20px;
display: block;
text-align: center;
}