Hello all
I need to modify these sentences to become consistent and unified in the form of points. Can you help me?
I added the code to edit
</span>
<div class="save"> <p><strong>SAVE 40% To Black Friday Deals</strong></p> </div>
<div class="save"> <p><strong>1-YEAR International Warranty</strong></p> </div>
</div>
<div>
<p style="font-size: 18px;"> Hurry up! Today, We <b>FREESHIP</b> for <b style="color: #1e81e3">All orders.</b></p>
</div>
Hello,
You can try this code
<div class="hight_points">
<ul>
<li>SAVE 40% To Black Friday Deals</li>
<li>1-YEAR International Warranty</li>
<li>Hurry up! Today, We <b>FREESHIP</b> for <b style="color: #1e81e3">All orders.</b></li>
</ul>
</div>
.hight_points ul li{
font-size:15px;
margin:0px;
padding:2px 0;
}
Thank you.
User | RANK |
---|---|
230 | |
52 | |
50 | |
31 | |
31 |