No Current Issue
This journal has not published any issues.
© 2024 Your Journal Name. All rights reserved.
/* Custom Footer Style */ #footer { background-color: #f8f9fa; /* Light grey background */ padding: 20px; text-align: center; font-size: 14px; border-top: 1px solid #e0e0e0; } #footer .footer-logos { display: flex; justify-content: center; align-items: center; gap: 30px; /* Space between logos */ margin-top: 10px; } #footer .footer-logos img { max-width: 100px; /* Adjust the size of the logos */ max-height: 50px; transition: transform 0.3s; } #footer .footer-logos img:hover { transform: scale(1.1); /* Slight zoom effect on hover */ } #footer p { margin: 0; padding: 0; color: #666; }