-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
45 lines (44 loc) · 709 Bytes
/
style.css
File metadata and controls
45 lines (44 loc) · 709 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
* {box-sizing: border-box; }
body {
background-color: black;
color: white;
font-family: 'Open Sans', sans-serif;
font-weight: lighter;
}
h2 {
font-size: 26px;
text-transform: uppercase;
font-weight: normal;
width: 100%;
border-bottom: 2px solid white;
padding-bottom: 10px;
}
.table {
width: 60%;
margin: 80px auto 0 auto;
font-size: 30px;
}
.row {
width: 100%;
margin-bottom: 80px;
}
.table .left, .table .right {
width: 48%;
display: inline-block;
}
.clock-temp {
font-size: 72px;
border-bottom: 2px solid white;
}
.right {
text-align: right;
}
#weather-icon, .temp {
display: inline-block;
}
#weather-icon {
height: 72px;
}
.news-articles {
font-size: 24px;
}