🐛 fix: alignment and color

This commit is contained in:
eshanized
2025-01-03 13:14:33 +05:30
parent 451d6ed430
commit 2d76a097ee

View File

@@ -26,29 +26,45 @@
</p>
<!-- Developer Section -->
<h2 align="center" style="font-family: 'Arial', sans-serif; color: #4e54c8; margin-top: 40px;">💻 Meet the Developers 💻</h2>
<h2 align="center" style="font-family: 'Arial', sans-serif; color: #6495ed; margin-top: 40px;">💻 Meet the Developers 💻</h2>
<table align="center" style="font-family: 'Arial', sans-serif; border-collapse: collapse; width: 100%; margin: 20px auto; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); text-align: center; table-layout: fixed;">
<table align="center" style="font-family: 'Arial', sans-serif; border-collapse: collapse; width: 100%; margin: 20px auto; text-align: center; table-layout: fixed;">
<tr style="background-color: #f9f9fb;">
<!-- Developer 1 -->
<td style="padding: 20px; width: 25%; vertical-align: top;">
<img src="https://avatars.githubusercontent.com/u/148610067?v=4" alt="Developer 1 Image" width="120" height="120" style="border-radius: 50%; margin-bottom: 10px;">
<h4><a href="https://github.com/eshanized" style="color: #4e54c8; text-decoration: none;">@eshanized</a></h4>
<td style="padding: 20px; width: 25%; text-align: center; vertical-align: middle;">
<div style="display: flex; flex-direction: column; align-items: center;">
<img src="https://avatars.githubusercontent.com/u/148610067?v=4" alt="Developer 1 Image" width="120" height="120" style="border-radius: 50%; margin-bottom: 10px;">
<h4 style="margin: 0;">
<a href="https://github.com/eshanized" style="color: #6495ed; text-decoration: none;">@eshanized</a>
</h4>
</div>
</td>
<!-- Developer 2 -->
<td style="padding: 20px; width: 25%; vertical-align: top;">
<img src="https://avatars.githubusercontent.com/u/167227445?v=4" alt="Developer 2 Image" width="120" height="120" style="border-radius: 50%; margin-bottom: 10px;">
<h4><a href="https://github.com/d3v1l0n" style="color: #4e54c8; text-decoration: none;">@RiO</a></h4>
<td style="padding: 20px; width: 25%; text-align: center; vertical-align: middle;">
<div style="display: flex; flex-direction: column; align-items: center;">
<img src="https://avatars.githubusercontent.com/u/167227445?v=4" alt="Developer 2 Image" width="120" height="120" style="border-radius: 50%; margin-bottom: 10px;">
<h4 style="margin: 0;">
<a href="https://github.com/d3v1l0n" style="color: #6495ed; text-decoration: none;">@RiO</a>
</h4>
</div>
</td>
<!-- Developer 3 -->
<td style="padding: 20px; width: 25%; vertical-align: top;">
<img src="https://avatars.githubusercontent.com/u/112468319?v=4" alt="Developer 3 Image" width="120" height="120" style="border-radius: 50%; margin-bottom: 10px;">
<h4><a href="https://github.com/alokified" style="color: #4e54c8; text-decoration: none;">@alokified</a></h4>
<td style="padding: 20px; width: 25%; text-align: center; vertical-align: middle;">
<div style="display: flex; flex-direction: column; align-items: center;">
<img src="https://avatars.githubusercontent.com/u/112468319?v=4" alt="Developer 3 Image" width="120" height="120" style="border-radius: 50%; margin-bottom: 10px;">
<h4 style="margin: 0;">
<a href="https://github.com/alokified" style="color: #6495ed; text-decoration: none;">@alokified</a>
</h4>
</div>
</td>
<!-- Developer 4 -->
<td style="padding: 20px; width: 25%; vertical-align: top;">
<img src="https://avatars.githubusercontent.com/u/157954129?v=4" alt="Developer 4 Image" width="120" height="120" style="border-radius: 50%; margin-bottom: 10px;">
<h4><a href="https://github.com/iconized" style="color: #4e54c8; text-decoration: none;">@iconized</a></h4>
<td style="padding: 20px; width: 25%; text-align: center; vertical-align: middle;">
<div style="display: flex; flex-direction: column; align-items: center;">
<img src="https://avatars.githubusercontent.com/u/157954129?v=4" alt="Developer 4 Image" width="120" height="120" style="border-radius: 50%; margin-bottom: 10px;">
<h4 style="margin: 0;">
<a href="https://github.com/iconized" style="color: #6495ed; text-decoration: none;">@iconized</a>
</h4>
</div>
</td>
</tr>
</table>