-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.css
70 lines (59 loc) · 1010 Bytes
/
resume.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
body {
font-family: 'Times New Roman', Times, serif;
color: #444;
padding: 3em 8em 3em 8em;
}
header, footer {
font-family: Helvetica, sans-serif;
text-align: center;
}
footer {
margin-top: 2em;
}
footer > p {
margin: 0;
}
h2 {
font-family: Helvetica, sans-serif;
font-size: 85%;
border-top: solid 0.1em;
margin-top: 2em;
padding-top: 0.5em;
}
h3 {
font-weight: normal;
margin-bottom: 0.2em;
}
h3 > time {
float: right;
}
h4 {
font-weight: normal;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
a {
text-decoration: none;
color: inherit;
}
ul {
list-style: none;
font-family: Helvetica, sans-serif;
font-size: 80%;
padding-left: 0;
}
li {
display: inline-block;
text-align: center;
margin: 1px;
padding: 0.1em 0.5em;
min-width: 2em;
border-radius: 8px;
background-color: whitesmoke;
color: dimgray;
}
p {
margin-top: 0.5em;
margin-bottom: 0.5em;
font-size: 90%;
}