Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
SrijaVuppala295 committed Nov 10, 2024
1 parent 4fa7510 commit 39d5c7e
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3733,7 +3733,20 @@ <h3>Follow Us</h3>
<div class="footer-bottom">
<div class="social-icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#" class="x-icon" aria-label="X">
X
</a>

<style>
.x-icon {
font-size: 20px; /* Adjust font size as needed */
color: black; /* Adjust color as needed */
text-decoration: none;
font-weight: bold;
font-family: Arial, sans-serif;
}
</style>

<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin-in"></i></a> <!-- LinkedIn -->
<a href="#"><i class="fab fa-youtube"></i></a> <!-- YouTube -->
Expand Down

0 comments on commit 39d5c7e

Please sign in to comment.