Exit Intent Pop-Up
Welcome to My Website
Stay on the page and explore our amazing content!
#exit-popup h2 {
margin-bottom: 10px;
}
#exit-popup img {
max-width: 100%;
height: auto;
border-radius: 5px;
margin-bottom: 15px;
}
#exit-popup .btn-container {
display: flex;
justify-content: space-between;
gap: 10px;
margin-top: 15px;
}
#exit-popup button, #exit-popup a {
padding: 10px 20px;
text-align: center;
text-decoration: none;
font-size: 1em;
border-radius: 5px;
cursor: pointer;
border: none;
transition: all 0.3s ease;
}
#exit-popup button {
background-color: #000;
color: white;
}
#exit-popup button:hover {
background-color: #555;
}
#exit-popup a {
background-color: #ff4500;
color: white;
}
#exit-popup a:hover {
background-color: #e03e00;
}
/* Background Overlay */
#popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 999;
display: none;
}
Welcome to My Website
Stay on the page and explore our amazing content!