-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.css
58 lines (50 loc) · 946 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
#name {
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
text-align: center;
font-size: 250%;
}
#contact table{
margin-left: auto;
margin-right: auto;
align-content: center;
}
#contact td:first-child {
text-align: right;
padding-right: 5px;
}
#contact td:last-child {
text-align: left;
padding-left: 5px;
}
#info {
margin-left: 5%;
margin-right: 10%;
}
#info > h2 {
border-width: 1px;
border-color: #33A;
border-style: solid;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
margin-bottom: 0px;
padding-left: 5px;
}
#info > div {
margin-top: -1px;
padding-top: 5px;
padding-left: 2%;
border-width: 1px;
border-color: #33A;
border-style: solid;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
margin-bottom: 10px;
}
#info p {
padding-right: 1%;
}
.clearfix {
clear: both;
}