@@ -47,16 +47,16 @@ header {
47
47
display : flex;
48
48
align-items : center;
49
49
justify-content : space-between;
50
- background : # ffffff ;
51
- padding : 10 px 10 px ;
50
+ background : # eeeff1 ;
51
+ padding : 15 px 100 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 5 px 0px 0px ;
59
+ margin : 9px 30 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
-
214
+ color : # 444 ;
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 (216 , 62 , 62 ); /* Changes the text color to black on hover */
243
+ color : rgb (182 , 170 , 170 ); /* 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 : # ffffff ;
254
+ background : # eeeff1 ;
255
255
/* Example background color */
256
- padding : 10 px 10 px ;
256
+ padding : 15 px 100 px ;
257
257
/* Example padding */
258
258
}
259
259
@@ -270,17 +270,14 @@ 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 ;
276
273
/* Example text color */
277
- font-weight : 600 ;
274
+ font-weight : 500 ;
278
275
padding : 10px 20px ;
279
276
/* Adjust padding as needed */
280
277
position : relative;
281
278
}
282
279
283
- /* .navbar a::after {
280
+ .navbar a ::after {
284
281
content : '' ;
285
282
position : absolute;
286
283
left : 0 ;
@@ -289,8 +286,8 @@ li a:hover {
289
286
height : 2px ;
290
287
background : # 1e1e1e ;
291
288
/* Example underline color */
292
- /* transition: width .3s ease-in-out; */
293
-
289
+ transition : width .3s ease-in-out;
290
+ }
294
291
295
292
.navbar a : hover ::after {
296
293
width : 100% ;
@@ -316,13 +313,13 @@ li a:hover {
316
313
}
317
314
318
315
.header-btn .sign-in {
319
- background : # 474fa1 ;
316
+ background : # 475fa0 ;
320
317
color : # fff ;
321
318
border-radius : 0.5rem ;
322
319
}
323
320
324
321
.header-btn .sign-in : hover {
325
- background : rgb ( 211 , 10 , 10 ) ;
322
+ background : red ;
326
323
}
327
324
328
325
.header-btn .sign-up {
0 commit comments