<style> #welcomePopup { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); display: flex; align-items: center; justify-content: center; z-index: 99999; } .popup-box { background: #fff; padding: 25px 30px; border-radius: 12px; text-align: center; max-width: 320px; width: 90%; box-shadow: 0 10px 25px rgba(0,0,0,0.3); } .close-btn { margin-top: 15px; padding: 8px 18px; background: #ff4d4d; color: #fff; border: none; border-radius: 6px; cursor: pointer; } </style> <div id='welcomePopup'> <div class='popup-box'> <h2>Welcome 😊</h2> <p>Thanks for visiting our blog....