-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.css
56 lines (45 loc) · 929 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
html {
/* for that nice horizontally centered look */
display: table;
margin: auto;
background-color: rgb(128, 128, 128);
border: 5px solid rgb(128, 128, 128);
max-width: 8.5in;
}
body {
font-family: "Times New Roman", Times, serif;
font-size: 12pt;
border: 2px solid black;
background-color: white;
/* max-width: 6in;*/
/* padding: 1.25in;*/
padding: 14%;
/* for that nice horizontally centered look */
display: table-cell;
vertical-align: middle;
}
h1 {
text-align: center;
font-family: FreeSans;
font-size: 20pt;
font-weight: bold;
text-transform: uppercase;
}
h2 {
font-size: 14pt;
font-weight: bold;
text-transform: uppercase;
}
h3 {
font-weight: bold;
}
/*.level2{*/
/* border: 2px solid black;*/
/*}*/
#contact-info {
text-align: right;
font-family: FreeSans;
}
#contact-info h2 {
display: none;
}