-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
140 lines (116 loc) · 2.12 KB
/
style.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
* {margin: 0;padding: 0;}
body{font-family: 'Montserrat', sans-serif;}
#page {
min-height: 200px;
width: 60%;
min-width: 600px;
background: whitesmoke;
margin: 50px auto;
padding: 30px;
color: #27aae1;
}
.photo-and-name {
/* NO STYLE NEEDED YET */
}
.photo {
width: 15%;
min-width: 130px;
float: left;
margin-right: 20px;
}
.contact-info-box {
width: 70.9%;
display: inline-block;
}
.name {
margin-bottom: -5px;
}
.job-title {
display: inline-block;
}
.contact-details {
background: #27aae1;
color: white;
text-align: center;
margin: auto;
margin-top: 25px;
padding: 5px;
font-size: 15px;
}
#objective {
}
#objective h3 {
border: 1px solid #d3d3d3;
text-transform: uppercase;
padding: 5px;
border-radius: 5px;
margin: 30px 0 10px;
}
#objective p {
padding: 0 5px;
line-height: 25px;
font-size: 14px;
color: #000;
}
#education h3 {
border: 1px solid #d3d3d3;
text-transform: uppercase;
padding: 5px;
border-radius: 5px;
margin: 30px 0 10px;
}
#education table td {
padding: 5px;
font-size: 14px;
color: #000;
}
#education table tr.school-1 td:first-child {
width: 120px;
color: gray;
padding-bottom: 25px;
}
#education table tr.school-2 td:first-child {
padding-bottom: 25px;
}
#work h3 {
border: 1px solid #d3d3d3;
text-transform: uppercase;
padding: 5px;
border-radius: 5px;
margin: 30px 0 10px;
}
#work table td {
padding: 5px;
font-size: 14px;
color: #000;
}
#work table tr.work-1 td:first-child {
width: 120px;
color: gray;
padding-bottom: 25px;
}
#work table tr.work-1 td {
padding-bottom: 25px;
}
#work table tr.work-2 td:first-child {
width: 120px;
color: gray;
}
#bio-data h3 {
border: 1px solid #d3d3d3;
text-transform: uppercase;
padding: 5px;
border-radius: 5px;
margin: 30px 0 10px;
}
#bio-data table td {
padding: 8px;
font-size: 15px;
color: #000;
}
#bio-data table tr td:first-child {
width: 200px;
}
#bio-data table tr td:nth-child(2) {
width: 300px;
}