Skip to content

Commit 43a86d0

Browse files
Update index.html
1 parent b43dac3 commit 43a86d0

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

index.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
padding: 5px 10px;
2323
cursor: pointer;
2424
}
25+
.instagram-logo {
26+
width: 24px; /* Reduced size */
27+
height: 24px;
28+
margin-left: 15px; /* Positions it within the favicon container */
29+
vertical-align: middle;
30+
}
2531
</style>
2632
</head>
2733
<body>
@@ -31,14 +37,13 @@
3137
<a href="https://mce-madurai.ac.in/" target="_blank">
3238
<img src="MCE_tab.png" alt="Logo" class="favicon-logo">
3339
</a>
40+
<a href="https://www.instagram.com/the_mce.coders_club/" target="_blank">
41+
<img src="images.png" alt="Instagram" class="instagram-logo">
42+
</a>
3443
<div class="titles">
3544
<h1 class="college-name">Mangayarkarasi College of Engineering</h1>
3645
<h2 class="site-title">The Coders Club</h2>
3746
</div>
38-
<!-- Instagram Icon Positioned on the Right -->
39-
<a href="https://www.instagram.com/the_mce.coders_club/" target="_blank">
40-
<img src="images.png" alt="Instagram">
41-
</a>
4247
</div>
4348
</div>
4449

0 commit comments

Comments
 (0)