Ecommerce

Web Wonder Network Custom Code Content

Additional Offer
  • Additional 10% Off! Use Code: NEW10
  • No Cost EMI Options Available on Credit Card.

<style>
.offer-box {
border: 2px dashed #7a1f2b;
border-radius: 14px;
padding: 24px 28px 20px;
background-color: #fff8f8;

position: relative;
}

.offer-title {
position: absolute;
top: -18px;
left: 20px;
background-color: #7a1f2b;
color: #ffffff;
padding: 8px 18px;
border-radius: 6px;
font-weight: 600;
font-size: 16px;
}

.offer-list {
list-style: none;
padding: 0;
margin: 0;
}

.offer-list li {
display: flex;
align-items: center;
gap: 12px;
font-size: 16px;
color: #4a1a1a;
margin-bottom: 12px;
}

.offer-list li::before {
content: "";
width: 16px;
height: 12px;
background-color: #7a1f2b;
border-radius: 3px;
display: inline-block;
}

.offer-list strong {
color: #7a1f2b;
}
</style>


<div class="offer-box">
<div class="offer-title">Additional Offer</div>
<ul class="offer-list">
<li>
Additional 10% Off! Use Code: <strong>NEW10</strong>
</li>
<li>
No Cost EMI Options Available on Credit Card.
</li>
</ul>
</div>


Leave a Reply

Your email address will not be published. Required fields are marked *