Mã khuyến mãi kiểu Cellphones

Chọn style

Dán vào Css
/*Khuyến mãi */
.badge {
height: 30px;
width: 70px;
font-size: 13px;
margin-left: -12px;
margin-top: -10px;
display: table;
z-index: 20;
pointer-events: none; }
.badge-circle .badge-inner {
border-radius: 8px 30px 30px 0;
background: #f00;
position: relative;
padding: 0 5px;
}
.badge-circle-inside .badge-inner:after, .badge-circle .badge-inner:after {
position: absolute;
content: '';
width: 3px;
height: 15px;
background: #ff0000;
bottom: -5px;
left: 0;
z-index: -1;
border-radius: 0 0 0 15px;
}
Xem thêm: