Bootstrap 设置背景颜色的方法
1. 内联方式
使用 style
属性直接在元素中设置背景颜色:
<code class="html"><div style="background-color: #ffffff;">内容</div>
Bootstrap 设置背景颜色的方法
1. 内联方式
使用 style
属性直接在元素中设置背景颜色:
<code class="html"><div style="background-color: #ffffff;">内容</div>
之前