Skip to content

Commit ad07581

Browse files
Merge pull request #84 from vimal-tech-starter/feature/fonts-formatting
Expertise page completed
2 parents 504e9c9 + 6ef9d37 commit ad07581

8 files changed

Lines changed: 822 additions & 241 deletions

File tree

css/expertise.css

Lines changed: 320 additions & 72 deletions
Large diffs are not rendered by default.

css/global.css

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,15 @@ h3 {
5959
margin-bottom: 1.5rem;
6060
}
6161

62+
h4 {
63+
font-size: 1.1rem;
64+
font-family: "Poppins", sans-serif;
65+
font-optical-sizing: auto;
66+
font-weight: 500;
67+
font-style: normal;
68+
margin-bottom: 1rem;
69+
}
70+
6271
/* TYPOGRAPHY */
6372
p {
6473
font-size: 1.1rem;
@@ -120,6 +129,7 @@ p {
120129

121130
.brand-name-tech {
122131
color: #a6e22e;
132+
font-weight: 700;
123133
/* neon green */
124134
}
125135

@@ -163,7 +173,11 @@ p {
163173
}
164174

165175
.nav-links li a:hover {
166-
color: #ff6347;
176+
color: #a51a01;
177+
}
178+
179+
.nav-links ul li a:hover {
180+
color: #a51a01;
167181
}
168182

169183
.dropdown-menu {
@@ -246,6 +260,10 @@ p {
246260
display: block;
247261
}
248262

263+
body.dark .nav-links {
264+
background: #4b76ad;
265+
}
266+
249267
.nav-links.active {
250268
display: flex;
251269
}
@@ -276,14 +294,15 @@ p {
276294
.hero-content {
277295
position: relative;
278296
z-index: 2;
279-
max-width: 750px;
297+
max-width: 850px;
280298
opacity: 0;
281299
transform: translateY(30px);
282300
animation: heroFadeUp 1s ease forwards;
283301
display: flex;
284302
flex-direction: column;
285303
align-items: center;
286-
gap: 20px;
304+
gap: 5px;
305+
padding: 20px;
287306
}
288307

289308
@keyframes heroFadeUp {
@@ -317,16 +336,16 @@ p {
317336

318337
.hero p {
319338
font-size: 1.1rem;
320-
margin-bottom: 2rem;
321-
gap: 30px;
339+
/* margin-bottom: 2rem; */
340+
/* gap: 30px; */
322341
}
323342

324343
.hero-subtext {
325344
font-size: 1.1rem;
326345
color: #e5e7eb;
327346
line-height: 1.6;
328347
margin-top: 1rem;
329-
margin-bottom: 2rem;
348+
margin-bottom: 1.5rem;
330349
opacity: 0;
331350
animation: fadeUp 0.8s ease forwards;
332351
animation-delay: 0.3s;
@@ -482,7 +501,7 @@ body.dark .nav-links a.active {
482501
}
483502

484503
body.dark nav ul li a:hover {
485-
color: #ff9800;
504+
color: #a51a01;
486505
}
487506

488507
body.dark .hamburger {

css/services.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -425,14 +425,6 @@ body.dark p {
425425
}
426426

427427
@media (max-width: 768px) {
428-
.hero-services h1 {
429-
font-size: 2.2rem;
430-
}
431-
432-
.hero-services p {
433-
font-size: 1rem;
434-
}
435-
436428
.process-step {
437429
min-width: 100%;
438430
}

0 commit comments

Comments
 (0)