-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
60 lines (50 loc) · 707 Bytes
/
style.css
File metadata and controls
60 lines (50 loc) · 707 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
58
59
60
body {
padding: 50px 100px;
font-family: helvetica,arial,sans-serif;
font-size: 14px;
color: #2C2C2C;
}
.wrapper {
max-width: 960px;
margin: 0 auto;
}
header {
margin-bottom: 50px;
}
header h1 {
color: #0088CC;
font-size: 5em;
font-weight: 100;
letter-spacing: -1px;
}
.summary {
font-size: 1.8em;
overflow: hidden;
}
#me {
width: 100px;
float: left;
margin-right: 20px;
margin-bottom: 20px;
}
p {
font-size: 1.2em;
font-weight: 300;
}
a {
color: #0088CC;
}
#social-networks li {
list-style-type: none;
display: inline;
padding: 50px;
}
#social-networks img {
width: 80px;
}
footer {
margin-top: 50px;
border-top: 1px solid #CCCCCC;
color: #666666;
font-size: 0.8em;
}