232
232
}
233
233
*/
234
234
235
+ .footer__link {
236
+ position : relative;
237
+ text-decoration : none;
238
+ color : black;
239
+ font-size : 18px ;
240
+ }
241
+ .footer__link ::after {
242
+ content : '' ;
243
+ position : absolute;
244
+ width : 0% ;
245
+ height : 2px ;
246
+ bottom : -5px ;
247
+ left : 0 ;
248
+ background-color : black;
249
+ transition : all 0.3s ease-in-out;
250
+ }
251
+ .footer__link : hover {
252
+ color : red;
253
+ }
254
+ .footer__link : hover ::after {
255
+ width : 100% ;
256
+ background-color : red;
257
+ }
258
+
235
259
/* new bubble end */
236
260
# scrollPath {
237
261
position : fixed;
@@ -1229,18 +1253,18 @@ body, html {
1229
1253
margin-left : 15px ;
1230
1254
flex : 1 ;
1231
1255
display : flex;
1232
- max-width : 200 px ;
1256
+ max-width : 220 px ;
1233
1257
text-align : left;
1234
1258
flex-direction : column;
1235
1259
}
1236
1260
1237
- .footer__text a {
1261
+ /* .footer__text a {
1238
1262
margin-top: 5px;
1239
1263
color: white;
1240
1264
}
1241
1265
.footer__text a:hover {
1242
1266
color: red;
1243
- }
1267
+ } */
1244
1268
1245
1269
.footer : hover {
1246
1270
background : linear-gradient (135deg , # 654ea3, # eaafc8 );
@@ -1256,15 +1280,15 @@ body, html {
1256
1280
color : var (--primary-color );
1257
1281
}
1258
1282
1259
- .footer__link {
1283
+ /* .footer__link {
1260
1284
color: white;
1261
- margin-right : 15px ; /* Adjust spacing between icons */
1262
- font-size : 1em ; /* Initial font size */
1285
+ margin-right: 15px;
1286
+ font-size: 1em;
1263
1287
}
1264
1288
1265
1289
.footer__link:hover {
1266
- transform : scale (10 ); /* Scale up the icon on hover */
1267
- }
1290
+ transform: scale(10);
1291
+ } */
1268
1292
1269
1293
.footer__col p span {
1270
1294
font-weight : 600 ;
@@ -2121,15 +2145,15 @@ body {
2121
2145
padding : 10px 0 ;
2122
2146
}
2123
2147
2124
- .footer-head ::before ,
2148
+ /* .footer-head::before,
2125
2149
.footer-head::after {
2126
2150
content: "";
2127
2151
position: absolute;
2128
2152
width: 0;
2129
2153
height: 2px;
2130
2154
background-color: red;
2131
2155
transition: width 0.2s ease-in;
2132
- }
2156
+ } */
2133
2157
2134
2158
.footer-head ::before {
2135
2159
top : 0 ;
@@ -2143,13 +2167,13 @@ body {
2143
2167
transform : translateX (-50% );
2144
2168
}
2145
2169
2146
- .footer-head : hover ::before {
2147
- width : 100% ;
2148
- }
2149
- .footer-head : hover ::after {
2150
- width : 100% ;
2151
- }
2152
- .navLinks . link a : active {
2170
+ /* .footer-head:hover::before {
2171
+ width: 100%;
2172
+ }
2173
+ .footer-head:hover::after {
2174
+ width: 100%;
2175
+ } */
2176
+ .navLinks : active {
2153
2177
color : red;
2154
2178
}
2155
2179
@@ -2757,29 +2781,50 @@ button:hover {
2757
2781
}
2758
2782
}
2759
2783
2760
- @media screen and (max-width : 425px ) {
2761
- .footer__container {
2762
- width : 100% ;
2763
- display : flex;
2764
- flex-direction : row;
2765
- justify-content : space-between;
2766
- align-items : start;
2767
- }
2768
-
2769
- .footer__col p {
2770
- font-size : 0.5rem ;
2771
- font-weight : 100 ;
2772
- }
2773
-
2774
- .footer__col h3 {
2775
- font-size : 0.7rem ;
2776
- }
2777
-
2778
- .footer__area h4 {
2779
- font-size : 0.7rem ;
2780
- }
2781
-
2782
- .footer__bar {
2783
- font-size : 0.6rem ;
2784
- }
2784
+ a {
2785
+ position : relative;
2786
+ text-decoration : none;
2787
+ color : black;
2788
+ font-size : 18px ;
2785
2789
}
2790
+ a ::after {
2791
+ content : '' ;
2792
+ position : absolute;
2793
+ width : 0% ;
2794
+ height : 2px ;
2795
+ bottom : -5px ;
2796
+ left : 0 ;
2797
+ background-color : black;
2798
+ transition : all 0.3s ease-in-out;
2799
+ }
2800
+ a : hover {
2801
+ color : red;
2802
+ }
2803
+ a : hover ::after {
2804
+ width : 100% ;
2805
+ background-color : red;
2806
+ }
2807
+ /* Footer specific styles */
2808
+ .footer__link {
2809
+ position : relative;
2810
+ text-decoration : none;
2811
+ color : black;
2812
+ font-size : 18px ;
2813
+ }
2814
+ .footer__link ::after {
2815
+ content : '' ;
2816
+ position : absolute;
2817
+ width : 0% ;
2818
+ height : 2px ;
2819
+ bottom : -5px ;
2820
+ left : 0 ;
2821
+ background-color : black;
2822
+ transition : all 0.3s ease-in-out;
2823
+ }
2824
+ .footer__link : hover {
2825
+ color : red;
2826
+ }
2827
+ .footer__link : hover ::after {
2828
+ width : 100% ;
2829
+ background-color : red;
2830
+ }
0 commit comments