-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
69 lines (55 loc) · 926 Bytes
/
styles.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
body {
margin: 0;
padding: 0;
background-color: #cecece;
}
p {
color: white;
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
font-weight: 200;
font-size: 1.25em;
}
.body {
text-align: center;
display: block;
margin-top: 15%;
}
p.name {
color: white;
font-weight: 100;
font-size: 3em;
margin-top: 33%;
font-size: 2.75em;
margin: 0;
padding: 0;
}
#logo {
width: 260px;
height: auto;
margin: 0 auto;
padding: 0;
}
.header {
width: 100%;
text-align: center;
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
font-weight: 300;
padding: 1em;
}
.header .icon-links {
float: right;
padding-right: 2em;
}
.header .icon-links a {
padding: .25em;
display: inline-block;
color: white;
}
#updated {
position: absolute;
right: 0;
bottom: 0;
color: white;
padding: .75em;
font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}