Posts

Showing posts from April, 2025

2025-2026 ISLAMIC CALENDAR

Image
try { for(let monthsToAdd = 0; monthsToAdd .islamic-calendar { background: #f5f5f5; padding: 20px; border-radius: 15px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); margin: 20px auto; max-width: 1000px; } .calendar-header { text-align: center; background: linear-gradient(45deg, #2c5f2d, #97bc62); color: white; padding: 15px; border-radius: 12px; margin-bottom: 20px; } .month-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; padding: 15px; } .month-card { background: white; border-radius: 12px; padding: 15px; transition: transform 0.3s; } .month-card:hover { transform: translateY(-5px); } .hijri-date { color: #2c5f2d; font-size: 1.4em; font-weight: bold; } .gregorian-date { color: #666; font-size: 0.9em; } .special-event { background: #ffeaa7; paddi...