Surah Waqia
<!DOCTYPE html>
<html lang="ur" dir="rtl"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>سورہ واقعہ کی فضیلت</title> <style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Jameel Noori Nastaleeq', 'Noto Nastaliq Urdu', 'Alvi Nastaleeq', serif; background: linear-gradient(135deg, #1a472a 0%, #2d5f3f 50%, #1a472a 100%); display: flex; justify-content: center; align-items: center; min-height: 100vh; padding: 20px; } .post-container { width: 1080px; height: 1080px; background: linear-gradient(135deg, #0f3d20 0%, #1a5c35 50%, #0f3d20 100%); border-radius: 30px; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5); position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 80px; } /* Decorative Islamic patterns */ .pattern-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.08; background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,0.1) 35px, rgba(255,255,255,0.1) 70px), repeating-linear-gradient(-45deg, transparent, transparent 35px, rgba(255,255,255,0.1) 35px, rgba(255,255,255,0.1) 70px); } /* Decorative corners */ .corner-decoration { position: absolute; width: 200px; height: 200px; border: 3px solid rgba(212, 175, 55, 0.4); } .corner-top-right { top: 40px; right: 40px; border-left: none; border-bottom: none; border-radius: 0 20px 0 0; } .corner-top-left { top: 40px; left: 40px; border-right: none; border-bottom: none; border-radius: 20px 0 0 0; } .corner-bottom-right { bottom: 40px; right: 40px; border-left: none; border-top: none; border-radius: 0 0 20px 0; } .corner-bottom-left { bottom: 40px; left: 40px; border-right: none; border-top: none; border-radius: 0 0 0 20px; } .content { position: relative; z-index: 2; text-align: center; background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(10px); border-radius: 25px; padding: 70px 60px; border: 2px solid rgba(212, 175, 55, 0.3); box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); } .bismillah { font-size: 42px; color: #d4af37; margin-bottom: 50px; text-shadow: 0 4px 15px rgba(212, 175, 55, 0.5); letter-spacing: 2px; font-weight: bold; } .title { font-size: 58px; color: #ffd700; margin-bottom: 45px; text-shadow: 0 4px 20px rgba(255, 215, 0, 0.6); font-weight: bold; line-height: 1.6; letter-spacing: 1px; } .hadith-text { font-size: 48px; color: #ffffff; line-height: 2.2; margin-bottom: 50px; text-shadow: 0 3px 15px rgba(0, 0, 0, 0.5); font-weight: 500; padding: 0 20px; } .hadith-quote { color: #ffd700; font-weight: bold; } .divider { width: 250px; height: 3px; background: linear-gradient(to right, transparent, #d4af37, transparent); margin: 40px auto; position: relative; } .divider::before { content: '✦'; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); color: #d4af37; font-size: 24px; background: #0f3d20; padding: 0 15px; } .reference { font-size: 32px; color: #b8963d; font-style: italic; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); margin-bottom: 35px; } .footer { font-size: 28px; color: #d4af37; margin-top: 20px; text-shadow: 0 2px 10px rgba(212, 175, 55, 0.4); letter-spacing: 1px; } /* Glow effect */ @keyframes glow { 0%, 100% { box-shadow: 0 0 30px rgba(212, 175, 55, 0.3); } 50% { box-shadow: 0 0 50px rgba(212, 175, 55, 0.5); } } .content { animation: glow 3s ease-in-out infinite; } /* Star decorations */ .star { position: absolute; color: rgba(212, 175, 55, 0.6); font-size: 30px; animation: twinkle 2s ease-in-out infinite; } @keyframes twinkle { 0%, 100% { opacity: 0.3; } 50% { opacity: 1; } } .star-1 { top: 150px; left: 120px; animation-delay: 0s; } .star-2 { top: 180px; right: 150px; animation-delay: 0.5s; } .star-3 { bottom: 200px; left: 180px; animation-delay: 1s; } .star-4 { bottom: 180px; right: 120px; animation-delay: 1.5s; } </style> </head> <body> <div class="post-container"> <div class="pattern-overlay"></div> <!-- Decorative corners --> <div class="corner-decoration corner-top-right"></div> <div class="corner-decoration corner-top-left"></div> <div class="corner-decoration corner-bottom-right"></div> <div class="corner-decoration corner-bottom-left"></div> <!-- Stars --> <div class="star star-1">✦</div> <div class="star star-2">✦</div> <div class="star star-3">✦</div> <div class="star star-4">✦</div> <div class="content"> <div class="bismillah">بِسْمِ اللَّـهِ الرَّحْمَـٰنِ الرَّحِيمِ</div> <div class="title">سورہ واقعہ کی عظیم فضیلت</div> <div class="hadith-text"> حضور نبی کریم ﷺ کا فرمانِ مبارک ہے:<br> <span class="hadith-quote"> "جو شخص ہر رات سورہ واقعہ پڑھے گا<br> اسے کبھی فاقہ نہیں پہنچے گا" </span> </div> <div class="divider"></div> <div class="reference"> اللہ پاک ہمیں عمل کی توفیق عطا فرمائے ۔ آمین </div> <div class="footer">صَلَّى اللهُ عَلَيْهِ وَسَلَّمَ</div> </div> </div> </body> </html>
Comments
Post a Comment