答案 0 :(得分:0)
将内容包装在div元素中并应用我在下面的.hang风格中列出的css代码。
<强> HTML 强>
<div class="hang">
<img src="https://maxcdn.icons8.com/iOS7/PNG/25/Business/pricing_structure-25.png" title="Pricing Structure" width="25" style="margin-right: 8px">
Choose ones of our packages or build your own. Choose ones of our packages or build your own.
<a href="pricing.html">View pricing.</a>
</div>
<强> CSS 强>
.hang {
text-indent: -2.3em;
margin-left: 3em;
}
工作示例