-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.css
76 lines (61 loc) · 900 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
71
72
73
74
75
76
/**
* Palette : http://www.colourlovers.com/palette/148712/Gamebookers
*/
body {
font-family: 'Roboto';
padding: 0;
margin: 0;
color: #424242;
background-color: #fff;
font-size: 16px;
line-height: 1.3em;
}
a {
color: #3299BB;
}
body > * {
padding: 0 1em;
}
header {
color: #72c0da;
background-color: #3299BB;
text-align: center;
font-size: 1.5em;
line-height: 1.677em;
padding: 3.334em 0.5em;
border-bottom: 0.25em solid #72c0da;
}
.portrait {
border-radius : 50%;
border: 0.25em solid #fff;
}
h1 {
color: #e9e9e9;
}
section > * {
width: 60%;
margin-left: auto;
margin-right: auto;
}
h2 {
text-align: center;
font-size: 2em;
line-height: 1.8125em;
margin-top: 3.625em;
color: #ff8080;
}
dt {
color: #bbb;
font-weight: bold;
font-size: 1.5em;
line-height: 1.677em;
}
dd + dt {
margin-top: 1.677em;
}
dd {
margin: 0;
}
footer {
text-align: center;
}