当前位置: 首页 > 网络学院 > 网页制作基础教程 > CSS > CSS margin-left属性
The margin-left property sets the left margin of an element.
margin-left 属性可用来设置元素的左边际
Note: Negative values are allowed.
注意:可以用负数值
Inherited: No
继承性:无
h1 h2 |
值 | 描述 |
---|---|
auto | The browser sets a left margin 由浏览器设置左编辑 |
length | Defines a fixed left margin 定义固定的左边际 |
% | Defines a left margin in % of the total width of the document 以文档总宽度的百分之几来定义左边际 |