-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylechat.css
449 lines (400 loc) · 8.1 KB
/
stylechat.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
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
body {
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
word-spacing: normal;
background-color: #C0C0C0;
}
.navbar navbar-expand-md bg-dark navbar-dark {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 50px;
background-color: #333;
color: white;
}
.navbar-dark .navbar-brand {
font-size:x-large;
}
.header .logo {
font-size: 40px;
font-weight: bold;
}
/* Home section */
.home-content{
text-align: left;
color: #000;
}
.name{
line-height: 1.1;
}
.designation{
color: #1d6872;
font-size: 25px;
}
/* home paragaraph*/
.parag{
/* recent updated 15june24*/
font-size: x-large;
display: flow;
font-weight: normal;
}
}
/* home paragaraph*/
/* hire me section */
.btn-box{
display: flex;
flex-direction: column;
padding: 2px;
align-items: center ;
margin: 5px;
text-decoration: none;
color: white;
background-color: #007BFF; /* Initial background color */
border-radius: 5px;
ransition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effect */
}
.btn-box a:hover {
background-color: #007bff; /* Background color on hover */
color: #ffffff; /* Text color on hover */
}
}
.navbar a {
color: white;
padding: 14px 20px;
text-decoration: none;
text-align: center;
}
.navbar a:hover,
.navbar a.active {
background-color: #ddd;
color: black;
}
.home {
padding: 100px 50px;
padding-bottom: 10px;
padding-top: 28px;
text-align: center;
background-color: #C0C0C0;
}
.btn-box a {
margin: 5px 0;
text-decoration: none;
padding: 10px 20px;
background-color: #333;
color: white;
border-radius: 5px;
text-decoration: none;
text-align: center;
}
.btn-box a:hover {
background-color: #555;
}
@media (min-width: 768px) {
.btn-box {
flex-direction: row;
justify-content: flex-start; /* Align left for desktop view */
}
.btn-box a {
margin: 0 10px;
}
}
/* hire section */
.highlight-letter {
background-color: lightblue; /* Choose your desired color */
}
/* Social media*/
.social-icons {
text-align: left;
padding-top: 20px;
padding-left: 25px;
padding-bottom: 0%;
font-size: 250%;
}
/* Styling for mobile devices */
@media (max-width: 768px) {
.social-icons {
text-align: center;
padding-left: 0; /* Remove left padding for centering */
}
}.social-icons a {
margin: 0 10px;
text-decoration: none;
}
.btn-2 {
background-color: #333;
color: white;
padding: 10px 20px;
text-decoration: none;
}
.btn-2:hover {
background-color: #555;
}
/* Social media*/
/* CV*/
/* Basic styling for the button */
.download-cv-container {
display: flex;
justify-content: center; /* Center by default */
padding-left: 13px;
}
.download-cv-container .btn {
/* Additional styling for the button if needed */
}
/* Media query for desktop view */
@media (min-width: 768px) {
.download-cv-container {
justify-content: flex-start; /* Align to the left for desktop view */
}
}
/*cv */
.aboutme{
text-align: justify;
padding-top: 10px;
font-size: x-large; /* recent update 3*/
}
.details{
padding-bottom: 1px;
text-align: justify;
font-size: x-large;/* rectent update 2*/
}
.sub-title{
text-align: center;
padding-top: 12px;
padding-bottom: 10px;
}
.fa-solid fa-envelope fa-xl
{
color:#ff004f;
}
.fa-solid fa-square-phone fa-xl{
color:#ff004f;
}
/*Image section*/
.about-col-1 img {
max-width: 100%;
height: auto;
}
/* image section*/
.tab-titles p {
cursor: pointer;
display: inline-block;
margin: 8px;
color: #333;
}
/* */
.sub-title text-center{
padding: 10px;
}
.row services-list text-center{
padding: 0%;
}
.col-md-4{
text-align: justify;
font-size: x-large; /* update recent 4 my Service section*/
}
.tab-titles{
display: flex;
margin: 20px o 40px;
justify-content: center;
align-content: center;
text-align: center;
}
.tab-links{
margin-right: 50px;
margin: 0 10px;
font-size: x-large;
font-weight: 500;
cursor:pointer;
position: relative;
}
.tab-links::after{
content: '';
width: 0;
height: 3px;
background:#b54769;
position:absolute;
left: 0;
bottom: -8px;
transition: 0.5s;
}
.tab-links.active-link::after{
width: 50%;
}
/* Education */
.tab-titles mt-3{
display: flex;
font-size: x-large;
}
.sub-titles{
text-align: center;
}
.tab-contents ul li{
list-style: none;
margin: 10px o;
}
.tab-contents ul li span{
color:#b54769;
font-size: x-large;
font-weight: bold;
scroll-padding-bottom: 40Px;
}
.tab-contents{
display:none;
}
.tab-contents.active-tab{
display:block;
}
/* */
/* Skills Bullet icon section*/
.bullet-icon {
list-style-type: none; /* Remove default bullet */
padding-left: 20px; /* Add space for the bullet */
position: relative; /* Position the bullet */
}
.bullet-icon:before {
content: "\f0da"; /* Unicode for Font Awesome bullet icon */
font-family: "Font Awesome 6 Free"; /* Font Awesome family */
position: absolute; /* Position it absolutely */
left: 0; /* Align it to the left */
font-weight: 900; /* Ensure solid icon weight */
color: black; /* Set bullet color */
}
/* Skills Bullet icon section End*/
.tab-contents {
display: none;
}
.active-tab {
display: block;
}
/* Education */
.work-list .work {
position: relative;
overflow: hidden;
}
.work img {
width: 100%;
height: auto;
}
.work .layer {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
transition: opacity 0.5s;
}
.work:hover .layer {
opacity: 10;
}
ul {
font-size: x-large; /* Default font size */
}
ul li {
margin-bottom: 2px; /* Add some spacing between list items */
}
/* Media query for desktop view */
@media (min-width: 768px) {
ul {
font-size: x-large; /* Larger font size for desktop view */
}
}
/* Project */
/* Ensure text alignment is justified */
.text-justify {
text-align: justify;
font-size: x-large;
}
.text-left{
font-size: 22px;
}
/* Comman Section */
.a {
color: #007bff;
text-decoration: none;
background-color: transparent;
font-size: 22px;
}
/* Comman Section */
.pro-paragg{
margin-top: 1rem;
font-size: x-large;
margin-bottom: 1rem;
word-spacing: -2px;
}
.pro-parag{
/*recent update 15june24*/
font-size: x-large;
word-spacing: 0px;
font-weight: normal;
display: flow;
}
/* Add padding for desktop and mobile */
@media (min-width: 992px) {
.px-3 {
padding-left: 3rem !important;
padding-right: 3rem !important;
}
}
@media (max-width: 991.98px) {
.px-3 {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
}
}
/* Project */
/* Contact */
/* Add this CSS to your stylesheet */
#contact {
text-align: center;
padding-left: 15px;
padding-right: 15px;
}
#contact .sub-title2 {
text-align: center;
margin-bottom: 30px;
font-size: x-large;
}
#contact .form-group {
margin-bottom: 15px;
}
#contact .btn {
margin-top: 15px;
margin-bottom: 30px; /* Space below submit button */
}
@media (max-width: 768px) {
#contact {
padding-left: 10px;
padding-right: 10px;
}
#contact .sub-title2 {
font-size: 24px;
margin-bottom: 20px;
}
#contact .btn {
margin-top: 15px;
margin-bottom: 20px; /* Space below submit button for mobile */
}
}
/* Contact */
/* Copyright */
.text{
margin-top: 1rem;
font-size: 13px;
margin-bottom: 1rem
}
.copyright {
background-color: #333;
color: white;
border-top: 2px solid #232f5f;
text-align: center;
padding-top: -5px;
padding-bottom: 5px;
}
/* Copyright */