所以我有一些文字“只剩3天了” 我该如何使颜色#EF5F3C 而且也要大胆。忽略其余句子的样式。
我要实现的图像示例:
我尝试使用多种内联样式来设置HTML样式,该样式确实适用于颜色,字体大小等,但不适用于粗大或em。
<div class="copy">
<h6> <span style="color:#EF5F3C;"><strong>Only 3 days left</strong></span> to fund this project</h6>
<p>Join the <strong>42 </strong> other donors who have already supported this project. Every dollar helps</p>
</div>