-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
300 lines (291 loc) · 5.08 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
/* Basic CSS Start */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: sans-serif;
}
.print-area {
min-width: 1170px;
max-width: 1170px;
margin: 20px auto;
background-color: rgba(255, 255, 255, 0.267);
}
.content {
display: flex;
flex-wrap: wrap;
}
/* Basic CSS End */
/* Header CSS Start */
.print-area .header {
width: 100%;
height: 150px;
background-color: #003047fa;
display: flex;
align-items: center;
position: relative;
}
.print-area .header img {
width: 200px;
height: 200px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
position: absolute;
top: 50px;
left: 70px;
border: 5px solid white;
box-shadow: 3px 3px 10px rgb(0, 0, 0, 0.5);
cursor: pointer;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
user-select: none;
}
.print-area .header img:hover {
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
box-shadow: 3px 3px 20px rgb(0, 0, 0, 0.5);
}
.header-text {
color: white;
width: 60%;
margin-left: auto;
}
.header-text h1 {
font-size: 45px;
text-transform: uppercase;
}
.header-text p {
font-size: 20px;
color: lightgray;
}
/* Header CSS End */
.left-area {
width: 30%;
background-color: #003047;
padding: 0 50px;
padding-bottom: 20px;
}
.left-area .contact {
margin-top: 130px;
}
.contact.follow {
margin-top: 0;
}
.contact h4,
.education h4,
.work-group h4,
.programming-language h4,
.courses h4 {
font-size: 20px;
font-weight: normal;
margin: 15px 0;
color: white;
text-transform: uppercase;
}
.contact span,
.programming-language span {
color: #04acfc;
display: inline-block;
padding-right: 7px;
}
.contact p,
.programming-language p {
font-size: 17px;
color: lightgray;
padding: 5px 0;
}
/* Education Start */
.edu-group span {
color: #04acfc;
}
.edu-group span.egroup {
display: block;
}
.edu-group h4,
.course-group h4 {
margin: 0;
font-size: 16px;
font-weight: normal;
color: lightgray;
padding: 3px 0;
line-height: 1.3;
}
.course-group h4 {
position: relative;
margin-left: 20px;
}
.course-group h4 span {
position: absolute;
left: -25px;
}
.course-group span a {
color: #04acfc;
}
.course-group .ml-20 {
margin-left: 20px;
position: relative;
color: #04acfc;
}
.edu-group h4 span {
font-size: 12px;
}
.edu-group h6 {
color: lightgray;
}
.edu-group,
.course-group {
padding-bottom: 15px;
}
/* Education End */
.right-area {
width: 70%;
padding: 50px;
box-shadow: 5px 5px 10px #ddd;
}
.about h1,
.work h1,
.skills h1 {
font-size: 30px;
font-weight: normal;
text-transform: uppercase;
color: #003047;
position: relative;
padding-left: 70px;
}
.work h1 {
padding-top: 20px;
}
.about h1 span,
.work h1 span,
.skills h1 span {
margin-right: 30px;
font-size: 50px;
color: lightgray;
position: absolute;
left: 0;
}
.right-area p {
padding-left: 70px;
font-size: 17px;
color: #333;
margin-top: 10px;
}
.work .work-group {
position: relative;
margin: 20px 0;
}
.work-group h1 {
font-size: 22px;
font-weight: normal;
padding-left: 70px;
}
.work-group h3 {
padding-left: 70px;
padding-bottom: 5px;
text-transform: uppercase;
color: #04acfc;
font-weight: normal;
}
.work-group h4 {
padding-left: 70px;
color: #333;
margin: 0;
font-size: 16px;
}
.work-group span {
position: absolute;
top: 10px;
right: 0px;
color: black;
font-weight: bold;
font-size: 15px;
}
.skill-items {
padding-left: 70px;
display: grid;
grid-template-columns: auto auto auto;
gap: 15px;
align-items: center;
margin-top: 20px;
}
.skill-item {
background: #fff;
box-shadow: 0 0 5px #ddd;
padding: 10px 5px;
text-align: center;
border-radius: 12px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
-ms-border-radius: 12px;
-o-border-radius: 12px;
}
.skill-item img {
transform: scale(1.4);
-webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
-ms-transform: scale(1.4);
-o-transform: scale(1.4);
}
.skill-item.svg svg {
color: #8b0038;
width: 120px;
height: 28px;
}
.mt-20 {
margin-top: 20px;
}
.single-exp h4 {
padding-left: 70px;
margin: 10px 0;
}
button {
display: block;
width: 100%;
font-size: 16px;
padding: 10px 20px;
background-color: #003047;
border: none;
outline: none;
color: white;
cursor: pointer;
text-transform: uppercase;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
box-shadow: 0 0 10px rgb(0, 0, 0, 0.5);
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
margin-top: 15px;
}
button:hover {
box-shadow: 0 0 30px rgb(0, 0, 0, 0.5);
}
@media print {
button {
visibility: hidden;
}
body {
zoom: 56%;
}
}
/* Tablet and Mobile Layout */
@media only screen and (max-width: 991px) {
.print-area {
margin: 20px;
padding-right: 20px;
}
}