css左边距怎么设置?
css左边距怎么设置?css可以使用margin-left属性设置元素左边距。此属性可以可以使用百分比设置左边距大小。
<style type="text/css">
p.leftmargin{margin-left: 25%}
</style>
<p class="leftmargin">这段文字有左外边距。</p>
css左边距怎么设置?css可以使用margin-left属性设置元素左边距。此属性可以可以使用百分比设置左边距大小。
<style type="text/css">
p.leftmargin{margin-left: 25%}
</style>
<p class="leftmargin">这段文字有左外边距。</p>