×

İletişim Formu


CSS ve Javascript Kodu ile Zamanlı Popup Afiş Reklam Alanı Oluşturma

5/07/2019
Etiketler :
<!DOCTYPE html>
<html>
<head>
<title>Zamanlı Popup Afiş Reklam Alanı</title>
<style>
/*<![CDATA[*/
.is-hide{
    display:none;
    visibility:hidden;
}
 .popup-box{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    z-index:3
}
 .popup-box-content{
    width:800px;
    height:450px;
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    border-radius:3px;
    margin:-225px 0 0 -420px;
    box-shadow:0 3px 20px 0 rgba(0,0,0,.5);
    z-index:2
}
 .popup-content{
    background:#fff;
    display:block;
    width:100%;
    height:100%;
    border-radius:3px;
    overflow:hidden
}
 .popup-overlay{
    background:#ff5722;
 
YENİ YAYIN
ÖNCEKİ YAYIN

"CSS ve Javascript Kodu ile Zamanlı Popup Afiş Reklam Alanı Oluşturma" 0 Yorum yapıldı.

Yorum Gönder

×