@@ -47,16 +47,16 @@ header {
47
47
display : flex;
48
48
align-items : center;
49
49
justify-content : space-between;
50
- background : # eeeff1 ;
51
- padding : 15 px 100 px ;
50
+ background : # ffffff ;
51
+ padding : 10 px 10 px ;
52
52
}
53
53
54
54
.logo img {
55
55
width : 60px ;
56
56
border-radius : 10px ; /* This creates 10px rounded corners */
57
57
}
58
58
.CabRental_logo img {
59
- margin : 9px 30 px 0px 0px ;
59
+ margin : 9px 5 px 0px 0px ;
60
60
}
61
61
62
62
@@ -211,7 +211,7 @@ header nav .nav-right .header-btn > div input {
211
211
.navbar a {
212
212
font-size : 1rem ;
213
213
padding : 10px 20px ;
214
- color : # 444 ;
214
+
215
215
font-weight : 500 ;
216
216
}
217
217
@@ -240,7 +240,7 @@ li a {
240
240
}
241
241
242
242
li a : hover {
243
- color : rgb (182 , 170 , 170 ); /* Changes the text color to black on hover */
243
+ color : rgb (216 , 62 , 62 ); /* Changes the text color to black on hover */
244
244
}
245
245
246
246
@@ -251,9 +251,9 @@ li a:hover {
251
251
justify-content : space-between;
252
252
/* Adjust alignment as needed */
253
253
align-items : center;
254
- background : # eeeff1 ;
254
+ background : # ffffff ;
255
255
/* Example background color */
256
- padding : 15 px 100 px ;
256
+ padding : 10 px 10 px ;
257
257
/* Example padding */
258
258
}
259
259
@@ -270,14 +270,17 @@ li a:hover {
270
270
.navbar a {
271
271
text-decoration : none;
272
272
color : # 1e1e1e ;
273
+ background-color : rgba (255 , 101 , 36 , 0.833 );
274
+ border : 0px transparent black;
275
+ border-radius : 8px ;
273
276
/* Example text color */
274
- font-weight : 500 ;
277
+ font-weight : 600 ;
275
278
padding : 10px 20px ;
276
279
/* Adjust padding as needed */
277
280
position : relative;
278
281
}
279
282
280
- .navbar a ::after {
283
+ /* .navbar a::after {
281
284
content: '';
282
285
position: absolute;
283
286
left: 0;
@@ -286,8 +289,8 @@ li a:hover {
286
289
height: 2px;
287
290
background: #1e1e1e;
288
291
/* Example underline color */
289
- transition : width .3s ease-in-out;
290
- }
292
+ /* transition: width .3s ease-in-out; */
293
+
291
294
292
295
.navbar a : hover ::after {
293
296
width : 100% ;
@@ -313,13 +316,13 @@ li a:hover {
313
316
}
314
317
315
318
.header-btn .sign-in {
316
- background : # 475fa0 ;
319
+ background : # 474fa1 ;
317
320
color : # fff ;
318
321
border-radius : 0.5rem ;
319
322
}
320
323
321
324
.header-btn .sign-in : hover {
322
- background : red ;
325
+ background : rgb ( 211 , 10 , 10 ) ;
323
326
}
324
327
325
328
.header-btn .sign-up {
0 commit comments