File tree Expand file tree Collapse file tree 3 files changed +72
-1
lines changed Expand file tree Collapse file tree 3 files changed +72
-1
lines changed Original file line number Diff line number Diff line change @@ -100,4 +100,27 @@ <h3 class="bg-primary"><span class="bg-primary-1">Authors</span></h3>
100
100
</ div >
101
101
<!--Authors close-->
102
102
</ body >
103
+ <!-- Footer Section -->
104
+ < footer class ="footer ">
105
+ < p > © 2025 Authors Website. All Rights Reserved.</ p >
106
+ < div class ="social-links ">
107
+
108
+ < a href ="https://x.com " target ="_blank " title ="X ">
109
+ < img src ="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9f/X_logo_2023.png/600px-X_logo_2023.png " alt ="X " width ="30 ">
110
+ </ a >
111
+
112
+ < a href ="https://facebook.com " target ="_blank " title ="Facebook ">
113
+ < img src ="https://cdn-icons-png.flaticon.com/512/733/733547.png " alt ="Facebook " width ="30 ">
114
+ </ a >
115
+
116
+ < a href ="https://linkedin.com " target ="_blank " title ="LinkedIn ">
117
+ < img src ="https://cdn-icons-png.flaticon.com/512/733/733561.png " alt ="LinkedIn " width ="30 ">
118
+ </ a >
119
+ </ div >
120
+ </ footer >
121
+
122
+
123
+
124
+
125
+
103
126
</ html >
Original file line number Diff line number Diff line change 448
448
@keyframes mover {
449
449
to { transform : translateY (-40px ); }
450
450
}
451
+ /* Footer Styling */
452
+ .footer {
453
+ background-color : # 111 ; /* dark background */
454
+ color : # fff ;
455
+ text-align : center;
456
+ padding : 20px ;
457
+ margin-top : 40px ;
458
+ font-size : 14px ;
459
+ }
460
+
461
+ .footer .social-icons {
462
+ margin-top : 10px ;
463
+ }
464
+
465
+ .footer .social-icons a {
466
+ margin : 0 10px ;
467
+ display : inline-block;
468
+ }
469
+
470
+ .footer .social-icons img {
471
+ width : 24px ;
472
+ height : 24px ;
473
+ transition : transform 0.3s ease;
474
+ }
475
+
476
+ .footer .social-icons img : hover {
477
+ transform : scale (1.2 );
478
+ }
451
479
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ img.apple {
106
106
p
107
107
}
108
108
109
- .text-field .lock {
109
+ .text-field .lock {
110
110
width : 15px ;
111
111
height : 20px ;
112
112
}
@@ -344,4 +344,24 @@ img.apple {
344
344
flex-direction : column-reverse;
345
345
padding : 48px 48px 48px 32px ;
346
346
}
347
+
348
+
349
+ /* .my-form__button {
350
+ background: linear-gradient(90deg, #19d7f8, #fd00da);
351
+ border: none;
352
+ padding: 12px 20px;
353
+ border-radius: 25px;
354
+ color: white;
355
+ font-weight: bold;
356
+ cursor: pointer;
357
+ transition: all 0.3s ease;
358
+ }
359
+
360
+
361
+ .my-form__button:hover {
362
+ transform: scale(1.05);
363
+ box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
364
+ opacity: 0.9;
365
+ } */
366
+
347
367
}
You can’t perform that action at this time.
0 commit comments