OTO MAZDA

Thứ 2, 12/09/2022

OTO MAZDA

155

12/09/2022, OTO MAZDA

155

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has

Chia sẻ:
.popup { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); } .popup-content { background: #fff; padding: 20px; width: 350px; margin: 10% auto; border-radius: 10px; text-align: center; animation: fadeIn 0.4s; } .close { float: right; font-size: 24px; cursor: pointer; } @keyframes fadeIn { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } } window.addEventListener("load", function() { setTimeout(function() { document.getElementById("popup-lien-he").style.display = "block"; }, 3000); });