-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.css
87 lines (71 loc) · 1.13 KB
/
template.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
77
78
79
80
81
82
83
84
85
86
87
/* * {
outline: 1px solid red;
} */
html {
background-color: #222;
display: flex;
justify-content: center;
padding-top: 0.25in;
padding-bottom: 0.25in;
}
body {
background-color: white;
display: flex;
width: 8.5in;
height: 10.58325in;
color: #222;
}
.resume-container {
width: 100%;
margin-left: 0.15in;
margin-right: 0.15in;
}
.title-container {
display: flex;
justify-content: center;
}
.title {
font-size: 40pt;
}
.contact-container {
display: flex;
justify-content: center;
flex-flow: row nowrap;
}
.contact {
font-size: 12pt;
margin-right: 0.25in;
}
a {
text-decoration: inherit;
color: inherit;
}
.section-container {
margin-top: 0.1in;
margin-bottom: 0.15in;
}
.section-header {
font-weight: bold;
font-size: 18pt;
}
.subsection {
margin-left: 0.05in;
}
.subsection-header {
font-size: 14pt;
}
.subsection-item {
font-size: 12pt;
margin-left: 12pt;
}
.column-container {
display:flex;
flex-flow: row nowrap;
}
.column-left {
flex: 2;
margin-right: 0.1in;
}
.column-right {
flex: 1;
}