thắc mắc [Help] Xin code banner Catfish

  • Người tạo chủ đề Người tạo chủ đề VBall
  • Ngày bắt đầu Ngày bắt đầu

VBall

Junior Member
Em đang cần code qc banner catfish có nút đóng X, pro coder nào giúp em với
Em cảm ơn
[IMG]
 
Bạn làm web nào đấy để mình biết mà tránh không vô. Quảng cáo thì chèn vào đầu cuối hay giữa trang cũng được, lịch sự hơn thì để hai bên, chứ bỏ pop up với banner đi mà làm người bạn ạ.
 
vbbbb.png


HTML:
<div class="popup"> <a href="#" class="close">X</a>
    <h1>VOZER THICH MAU HUONG</h1>
    </div>
</div>

CSS:
body {
    background:#000000;
}
.popup {
     position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background:#FF7391;
    height:200px;
    width:100%;
    border-radius:7px;
    border:1px solid #e5e5e5;
    font-family:'helvetica neue';
 
}

.close{
  float:right;
  padding:15px;
}
.valid {
    height:30px;
    width:30px;
    background:#fff;
    margin:0 auto;
    margin-top:30px;
    border-radius:5px;
}
#Layer_2 {
    margin:7px;
}
h1 {
    color:white;
    font-family:helvetica;
    font-size:.9em;
    text-align:center;
    font-weight:bold;
    line-height:10px;
    margin-top:26px;
 
}
p {
    color:white;
    font-family:helvetica;
    font-size:.75em;
    text-align:center;
    line-height:1px;
    text-shadow: 0px 1px 1px #4CB572;
}
.bottom-popup {
    width:100%;
    background:#fff;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    margin-top:32px;
    padding:30px 0 30px 0;
}
a.start {
    margin:-12px 39% 0 0;
    border-radius:40px;
    background:#FF7391;
    padding:6px 20px 6px 20px;
    font-family:'helvetica';
    color:white;
    font-weight:bold;
    text-decoration:none;
    font-size:.10em;
    float:right;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
a.start:hover {
    border-radius:5px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
#Layer_1 {
    float:right;
    margin:10px;
}

Mã:
$(document).ready(function () {
    $('a.close').click(function (event) {
        event.preventDefault();
        $('.popup').hide("slow");
    });
});

Đây fen muốn gì nữa bảo tôi
 
chưa thấy web nào chuyên về dạng mention nhỉ, kiểu 1 thằng nào đó thắc mắc gì nhưng có liên quan đến project đang làm ko tiện public đc, thì post lên ông nào chuyên gia vào làm cái kiếm vài đô sài nhỉ
 
chưa thấy web nào chuyên về dạng mention nhỉ, kiểu 1 thằng nào đó thắc mắc gì nhưng có liên quan đến project đang làm ko tiện public đc, thì post lên ông nào chuyên gia vào làm cái kiếm vài đô sài nhỉ
Có hàng tá cái thím ơi.
  • Fiverr.
  • Upwork.
  • Toptal.
  • LinkedIn.
  • Flexjobs.
  • SimplyHired.
  • Guru.
  • Freelancer.com.
Lên đây đăng mini job $5-10/slot đầy người nhận làm phút mốt :D
 
Có hàng tá cái thím ơi.
  • Fiverr.
  • Upwork.
  • Toptal.
  • LinkedIn.
  • Flexjobs.
  • SimplyHired.
  • Guru.
  • Freelancer.com.
Lên đây đăng mini job $5-10/slot đầy người nhận làm phút mốt :D
có an toàn ko thím, sợ đụng thằng nào mất dậy làm xong push lên github là anlol
 

Thống kê chủ đề

Ngày tạo
VBall,
Người trả lời cuối
cs_50i,
Trả lời
9
Lượt xem
2.109
Quay lại
Lên đầu trang